From b824b33dc3a3facad3ef2b41fbe02ab2a7578bc3 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Fri, 6 Aug 2021 16:46:57 +0100 Subject: [PATCH] add changelog project_url (#8085) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5fd4df20d..d755a00fe 100755 --- a/setup.py +++ b/setup.py @@ -109,6 +109,7 @@ setup( project_urls={ 'Funding': 'https://fund.django-rest-framework.org/topics/funding/', 'Source': 'https://github.com/encode/django-rest-framework', + 'Changelog': 'https://www.django-rest-framework.org/community/release-notes/', }, )