From 0ac7920eeace32e4fc5299a65c32496ed4865108 Mon Sep 17 00:00:00 2001 From: Alexey Pechnikov Date: Thu, 20 Jun 2024 22:54:25 +0700 Subject: [PATCH] Enhance library information --- pygmtsar/setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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' )