summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 0a75278b4..202523fe0 100644
--- a/setup.py
+++ b/setup.py
@@ -176,6 +176,10 @@ setup(
description='Python documentation generator',
long_description=long_desc,
long_description_content_type='text/x-rst',
+ project_urls={
+ "Code": "https://github.com/sphinx-doc/sphinx",
+ "Issue tracker": "https://github.com/sphinx-doc/sphinx/issues",
+ },
zip_safe=False,
classifiers=[
'Development Status :: 5 - Production/Stable',