[2.0.x] Fixed #29410 -- Added project_urls to setup.py.

Backport of 437c4b57ac from master
This commit is contained in:
Philip James 2018-05-16 14:03:30 -04:00 committed by Tim Graham
parent cffe9a2497
commit 4477d032ac
1 changed files with 6 additions and 0 deletions

View File

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