File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2020
2121project_dir = os .path .dirname (os .path .abspath (__file__ ))
2222
23- VERSION = (0 , 0 , 1 )
23+ VERSION = (1 , 0 , 1 )
2424__version__ = "." .join ([str (i ) for i in VERSION ])
2525__author__ = "geosolutions-it"
2626__email__ = "info@geosolutionsgroup.com"
Original file line number Diff line number Diff line change 11[metadata]
22name = geonode-importer
3- version = 0 .0.1
3+ version = 1 .0.1
44author = geosolutions-it
55author_email = info@geosolutionsgroup.com
66url = https://github.com/geosolutions-it/geonode-importer
Original file line number Diff line number Diff line change @@ -17,14 +17,13 @@ def read_file(path: str):
1717 version = importer .__version__ ,
1818 url = importer .__url__ ,
1919 description = importer .__doc__ ,
20- long_description = read_file ( "README.md" ) ,
20+ long_description = "A GeoNode 4.0 app that implements a brand new upload/import flow" ,
2121 author = importer .__author__ ,
2222 author_email = importer .__email__ ,
2323 platforms = "any" ,
2424 classifiers = [
2525 "Environment :: Web Environment" ,
2626 "Framework :: Django :: 3.0" ,
27- "License :: OSI Approved :: GNU General Public License" ,
2827 "Programming Language :: Python" ,
2928 "Programming Language :: Python :: 3.8" ,
3029 ],
@@ -35,6 +34,6 @@ def read_file(path: str):
3534 "setuptools>=59" ,
3635 "gdal==3.2.2.1" ,
3736 "pdok-geopackage-validator==0.8.0" ,
38- "dynamic_models @ git+https://github.com/rvinzent/ django-dynamic-models.git@main#egg=dynamic_models " ,
37+ "geonode- django-dynamic-model==0.4.0 " ,
3938 ],
4039)
You can’t perform that action at this time.
0 commit comments