diff options
| author | Philip James <pjj@philipjohnjames.com> | 2018-05-16 14:03:30 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-16 22:08:38 -0400 |
| commit | 437c4b57ac50fe934b93d12fe22aed02425d91a7 (patch) | |
| tree | 772ee3c3232f84524c1546795dd2b3000eaa4736 /setup.py | |
| parent | 825f0beda804e48e9197fcf3b0d909f9f548aa47 (diff) | |
Fixed #29410 -- Added project_urls to setup.py.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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/', + }, ) |
