Skip to content

Commit 625a570

Browse files
committed
Add project_urls to setup.py.
1 parent 2f7c767 commit 625a570

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ def check_sdl_version():
135135
description="Pythonic cffi port of libtcod.",
136136
long_description=get_long_description(),
137137
url="https://github.com/libtcod/python-tcod",
138+
project_urls={
139+
"Documentation": "https://python-tcod.readthedocs.io",
140+
"Changelog": "https://github.com/libtcod/python-tcod/blob/develop/CHANGELOG.rst",
141+
},
138142
py_modules=["libtcodpy"],
139143
packages=["tdl", "tcod"],
140144
package_data={"tdl": ["*.png"], "tcod": get_package_data()},

0 commit comments

Comments
 (0)