Skip to content

Commit

Permalink
Merge pull request #3 from OpenDataGIS/develop
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
mjanez authored Jun 6, 2024
2 parents af75203 + ee8473c commit 2b5e47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version='0.0.1',
version='0.1.0',

description='''The ckanext-miteco extension is a tool designed to extend and customise the CKAN metadata and Open Data catalogue for the Spanish Ministry for Ecological Transition and Demographic Challenge (MITECO). This extension provides specific and thematic functionalities that allow a better management, visualisation and analysis of data related to the ecological transition and the demographic challenge.''',
long_description=long_description,
Expand Down Expand Up @@ -45,7 +45,7 @@

# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.9',
],


Expand Down

0 comments on commit 2b5e47e

Please sign in to comment.