Browse Source

Fixed #29410 -- Added project_urls to setup.py.

Philip James 6 years ago
parent
commit
437c4b57ac
1 changed files with 6 additions and 0 deletions
  1. 6 0
      setup.py

+ 6 - 0
setup.py

@@ -107,6 +107,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/',
+    },
 )