diff --git a/pygmtsar/setup.py b/pygmtsar/setup.py index 9ec9dd11..fde963ba 100644 --- a/pygmtsar/setup.py +++ b/pygmtsar/setup.py @@ -35,7 +35,7 @@ def get_version(): description='PyGMTSAR (Python GMTSAR): Powerful and Accessible Satellite Interferometry', long_description=long_description, long_description_content_type='text/markdown', - url='https://github.com/AlexeyPechnikov/gmtsar', + url='https://github.com/AlexeyPechnikov/pygmtsar', author='Alexey Pechnikov', author_email='alexey@pechnikov.dev', license='BSD-3-Clause', @@ -80,6 +80,7 @@ def get_version(): classifiers=[ 'Development Status :: 4 - Beta', 'Intended Audience :: Science/Research', + 'Natural Language :: English', 'License :: OSI Approved :: BSD License', 'Operating System :: POSIX', 'Operating System :: POSIX :: Linux', @@ -88,5 +89,6 @@ def get_version(): 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11' ], - python_requires='>=3.10' + python_requires='>=3.10', + keywords='satellite interferometry, InSAR, remote sensing, geospatial analysis, Sentinel-1, SBAS, PSI' )