From 287477146730d482c20a77bc0283eb0be2bc9fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 5 May 2020 18:35:15 +0300 Subject: [PATCH] Add Release notes 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 6f469e1..6aa8e9a 100644 --- a/setup.py +++ b/setup.py @@ -90,4 +90,7 @@ def version_from_git(): "rflinkproxy=rflinkproxy.__main__:main", ], }, + project_urls={ + "Release notes": "https://github.com/aequitas/python-rflink/releases", + }, )