summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e94238f109..65d3eb93fd 100644
--- a/setup.py
+++ b/setup.py
@@ -108,6 +108,12 @@ setup(
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Topic :: Software Development :: Libraries :: Python Modules',
],
+ project_urls={
+ 'Documentation': 'https://docs.djangoproject.com/',
+ 'Funding': 'https://www.djangoproject.com/fundraising/',
+ 'Source': 'https://github.com/django/django',
+ 'Tracker': 'https://code.djangoproject.com/',
+ },
)