From b9b0fea4b1f1b0e05376fc3e330800ad5439039d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 5 May 2020 18:19:49 +0300 Subject: [PATCH] Add News project URL 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 2b55b60f7656..3340dd4ba706 100644 --- a/setup.py +++ b/setup.py @@ -200,4 +200,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', + }, )