diff --git a/setup.py b/setup.py index cb850a3ae..24fab2200 100755 --- a/setup.py +++ b/setup.py @@ -74,7 +74,11 @@ setup( 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Topic :: Internet :: WWW/HTTP', - ] + ], + project_urls={ + 'Funding': 'https://fund.django-rest-framework.org/topics/funding/', + 'Source': 'https://github.com/encode/django-rest-framework', + }, ) # (*) Please direct queries to the discussion group, rather than to me directly