From b3adce4c05d8d2c58b2f4b65d3751aee808ede21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ufl?= Date: Tue, 30 Apr 2019 13:37:35 +0200 Subject: [PATCH] Add project_urls to setup.py --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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