From 6f5a39625ec3100ea7654157843dfc578c2ed09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 5 May 2020 18:38:11 +0300 Subject: [PATCH] Add release notes project URL (#365) Background info at https://github.com/pypa/warehouse/pull/7882 --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 32ba455..e66ed3c 100644 --- a/setup.py +++ b/setup.py @@ -46,5 +46,8 @@ setup( 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7' - ] + ], + project_urls={ + 'Release notes': 'https://github.com/typeddjango/django-stubs/releases', + }, )