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 20
20
21
21
project_dir = os .path .dirname (os .path .abspath (__file__ ))
22
22
23
- VERSION = (0 , 0 , 1 )
23
+ VERSION = (1 , 0 , 1 )
24
24
__version__ = "." .join ([str (i ) for i in VERSION ])
25
25
__author__ = "geosolutions-it"
26
26
__email__ = "info@geosolutionsgroup.com"
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = geonode-importer
3
- version = 0 .0.1
3
+ version = 1 .0.1
4
4
author = geosolutions-it
5
5
author_email = info@geosolutionsgroup.com
6
6
url = 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):
17
17
version = importer .__version__ ,
18
18
url = importer .__url__ ,
19
19
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" ,
21
21
author = importer .__author__ ,
22
22
author_email = importer .__email__ ,
23
23
platforms = "any" ,
24
24
classifiers = [
25
25
"Environment :: Web Environment" ,
26
26
"Framework :: Django :: 3.0" ,
27
- "License :: OSI Approved :: GNU General Public License" ,
28
27
"Programming Language :: Python" ,
29
28
"Programming Language :: Python :: 3.8" ,
30
29
],
@@ -35,6 +34,6 @@ def read_file(path: str):
35
34
"setuptools>=59" ,
36
35
"gdal==3.2.2.1" ,
37
36
"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 " ,
39
38
],
40
39
)
You can’t perform that action at this time.
0 commit comments