We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950aabc commit 8f5c61fCopy full SHA for 8f5c61f
setup.py
@@ -79,6 +79,13 @@
79
long_description=open("README.rst").read(),
80
long_description_content_type="text/x-rst",
81
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
+ },
89
classifiers=[
90
"Development Status :: 5 - Production/Stable",
91
"Intended Audience :: Science/Research",
0 commit comments