We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef9b50 commit 207c241Copy full SHA for 207c241
setup.py
@@ -13,7 +13,8 @@
13
classifiers=[
14
'Development Status :: 3 - Alpha',
15
'Intended Audience :: Developers',
16
- 'Topic :: Software Development :: Build Tools',
+ 'Topic :: Scientific/Engineering',
17
+ 'Topic :: Scientific/Engineering :: GIS',
18
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
19
'Programming Language :: Python :: 3',
20
'Programming Language :: Python :: 3.6',
@@ -24,7 +25,7 @@
24
25
'Programming Language :: Python :: 3.11',
26
'Programming Language :: Python :: 3.12',
27
],
- keywords='gis api sdk',
28
+ keywords='gis api sdk data',
29
packages=find_packages(),
30
install_requires=[
31
'requests',
0 commit comments