add changelog project_url

This commit is contained in:
Thomas Grainger 2021-07-16 11:44:40 +01:00 committed by GitHub
parent 98e56e0327
commit 5b176da1af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,7 @@ setup(
project_urls={ project_urls={
'Funding': 'https://fund.django-rest-framework.org/topics/funding/', 'Funding': 'https://fund.django-rest-framework.org/topics/funding/',
'Source': 'https://github.com/encode/django-rest-framework', 'Source': 'https://github.com/encode/django-rest-framework',
'Changelog': 'https://www.django-rest-framework.org/community/release-notes/',
}, },
) )