Skip to content

Commit 64a0707

Browse files
committed
add project_urls section to setup.py
1 parent 5022364 commit 64a0707

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,9 @@ def build_extension(self, ext): # pylint: disable=too-many-branches
142142
setup_requires=["setuptools_scm"],
143143
install_requires=['numpy'],
144144
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+
}
145150
)

0 commit comments

Comments
 (0)