From aeb62184b8d3d5242f1d22541193545d0cd0f5b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 5 May 2020 18:02:27 +0300 Subject: [PATCH] Add release notes project URL 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 32ba455d0..e66ed3c2c 100644 --- a/setup.py +++ b/setup.py @@ -46,5 +46,8 @@ def find_stub_files(name: str) -> List[str]: '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', + }, )