From 4fb5a21b443c1fe593d0e2d1cf063811efea4902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 28 Sep 2020 02:29:17 +0300 Subject: [PATCH] Add News project URL (#8781) Background info at https://github.com/pypa/warehouse/pull/7882#issue-412444446 --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 162d00f0741f..058be562321f 100644 --- a/setup.py +++ b/setup.py @@ -201,4 +201,7 @@ def run(self): extras_require={'dmypy': 'psutil >= 4.0'}, python_requires=">=3.5", include_package_data=True, + project_urls={ + 'News': 'http://mypy-lang.org/news.html', + }, )