From 5b176da1afaf7ce23da0f5c6be6e1ca6191f43e4 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Fri, 16 Jul 2021 11:44:40 +0100 Subject: [PATCH] add changelog project_url --- 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/', }, )