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 5022364 commit 64a0707Copy full SHA for 64a0707
setup.py
@@ -142,4 +142,9 @@ def build_extension(self, ext): # pylint: disable=too-many-branches
142
setup_requires=["setuptools_scm"],
143
install_requires=['numpy'],
144
license="GPL-3.0",
145
+ project_urls={
146
+ "Tracker": "https://github.com/open-atmos/PyPartMC/issues",
147
+ "Documentation": "https://open-atmos.github.io/PyPartMC",
148
+ "Source": "https://github.com/open-atmos/PyPartMC/",
149
+ }
150
)
0 commit comments