Skip to content

Commit

Permalink
🎨 review dependencies and package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrpl authored Sep 11, 2024
1 parent 3cd7cd9 commit 2e853e6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
examples_require = [
'matplotlib>=3.1',
'numpy>=1.18',
'geopandas>=0.12'
]

extras_require = {
Expand All @@ -63,6 +62,7 @@

install_requires = [
'Click>=7.0',
'geopandas>=0.12',
'jsonschema>=3.2',
'requests>=2.20',
'Jinja2>=2.10',
Expand Down Expand Up @@ -106,9 +106,13 @@
'Environment :: Web Environment',
'Intended Audience :: Education',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GPL v3 License',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Scientific/Engineering :: GIS',
],
Expand Down

0 comments on commit 2e853e6

Please sign in to comment.