Skip to content

Commit 8f5c61f

Browse files
authored
Add project_urls (#247)
1 parent 950aabc commit 8f5c61f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@
7979
long_description=open("README.rst").read(),
8080
long_description_content_type="text/x-rst",
8181
url="https://pysteps.github.io/",
82+
project_urls={
83+
"Source": "https://github.com/pySTEPS/pysteps",
84+
"Issues": "https://github.com/pySTEPS/pysteps/issues",
85+
"CI": "https://github.com/pySTEPS/pysteps/actions",
86+
"Changelog": "https://github.com/pySTEPS/pysteps/releases",
87+
"Documentation": "https://pysteps.readthedocs.io",
88+
},
8289
classifiers=[
8390
"Development Status :: 5 - Production/Stable",
8491
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)