Skip to content

Commit

Permalink
Enhance library information
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Pechnikov committed Jun 20, 2024
1 parent d8121ca commit 0ac7920
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pygmtsar/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand All @@ -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'
)

0 comments on commit 0ac7920

Please sign in to comment.