Skip to content

Commit

Permalink
Update README file location and add post-release number
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Jan 21, 2024
1 parent ee5246b commit 6f3fa4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygmtsar/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#this_directory = Path(__file__).parent
#long_description = (this_directory / "README.md").read_text()

upstream_url = 'https://raw.githubusercontent.com/mobigroup/gmtsar/pygmtsar/README.md'
upstream_url = 'https://raw.githubusercontent.com/mobigroup/gmtsar/pygmtsar2/README.md'
response = urllib.request.urlopen(upstream_url)
long_description = response.read().decode('utf-8')

setup(
name='pygmtsar',
version='2024.1.21',
version='2024.1.21.post1',
description='PyGMTSAR (Python GMTSAR) - Easy and Fast Satellite Interferometry For Everyone',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6f3fa4c

Please sign in to comment.