File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
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 = (1 , 0 , 4 )
23
+ VERSION = (1 , 0 , 5 )
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 = 1.0.4
3
+ version = 1.0.5
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 @@ -18,6 +18,7 @@ def read_file(path: str):
18
18
url = importer .__url__ ,
19
19
description = importer .__doc__ ,
20
20
long_description = "A GeoNode 4.0 app that implements a brand new upload/import flow" ,
21
+ long_description_content_type = "text/markdown" ,
21
22
author = importer .__author__ ,
22
23
author_email = importer .__email__ ,
23
24
platforms = "any" ,
You can’t perform that action at this time.
0 commit comments