Add project_urls to setup.py (#6625)

This commit is contained in:
Michael 2019-07-03 01:56:26 +00:00 committed by Ryan P Kilby
parent e4e75f1c7c
commit 1256d5363d

View File

@ -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