Skip to content

Commit

Permalink
Add project_urls (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnerini committed Dec 12, 2021
1 parent 950aabc commit 8f5c61f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@
long_description=open("README.rst").read(),
long_description_content_type="text/x-rst",
url="https://pysteps.github.io/",
project_urls={
"Source": "https://github.com/pySTEPS/pysteps",
"Issues": "https://github.com/pySTEPS/pysteps/issues",
"CI": "https://github.com/pySTEPS/pysteps/actions",
"Changelog": "https://github.com/pySTEPS/pysteps/releases",
"Documentation": "https://pysteps.readthedocs.io",
},
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 8f5c61f

Please sign in to comment.