Skip to content

Commit c937f0f

Browse files
committed
Add source and issue tracker project URLs.
1 parent 7e36a57 commit c937f0f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ def check_sdl_version():
138138
project_urls={
139139
"Documentation": "https://python-tcod.readthedocs.io",
140140
"Changelog": "https://github.com/libtcod/python-tcod/blob/develop/CHANGELOG.rst",
141+
"Source": "https://github.com/libtcod/python-tcod",
142+
"Tracker": "https://github.com/libtcod/python-tcod/issues",
141143
},
142144
py_modules=["libtcodpy"],
143145
packages=["tdl", "tcod"],

0 commit comments

Comments
 (0)