From 4fa167e433fd18e69e36c44562247c2cdaec1758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 6 May 2020 08:25:35 +0300 Subject: [PATCH] Add Changelog project URL Background info at https://github.com/pypa/warehouse/pull/7882#issue-412444446 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9dfe108c0..2fdb4c504 100644 --- a/setup.py +++ b/setup.py @@ -56,6 +56,7 @@ setup( project_urls={ "Documentation": "https://pip.pypa.io", "Source": "https://github.com/pypa/pip", + "Changelog": "https://pip.pypa.io/en/stable/news/", }, author='The pip developers',