From 1256d5363def76aac271cc3903a80ab723b78ea6 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 3 Jul 2019 01:56:26 +0000 Subject: [PATCH] Add project_urls to setup.py (#6625) --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ebe31ed2c..2f8dafd21 100755 --- a/setup.py +++ b/setup.py @@ -103,7 +103,11 @@ setup( 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3 :: Only', '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