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 2f7c767 commit 625a570Copy full SHA for 625a570
1 file changed
setup.py
@@ -135,6 +135,10 @@ def check_sdl_version():
135
description="Pythonic cffi port of libtcod.",
136
long_description=get_long_description(),
137
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
+ },
142
py_modules=["libtcodpy"],
143
packages=["tdl", "tcod"],
144
package_data={"tdl": ["*.png"], "tcod": get_package_data()},
0 commit comments