From 6d9b40cc0e1865774cd886f80a456d0c3b6e86bb Mon Sep 17 00:00:00 2001 From: Daniele Ricci Date: Thu, 4 Feb 2021 18:25:49 +0100 Subject: [PATCH] Proper project URLs Signed-off-by: Daniele Ricci --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index a553f0c..7dedf17 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,6 +2,9 @@ name = Mopidy-Snapduck version = 1.0.0 url = https://github.com/daniele-athome/mopidy-snapduck +project_urls = + Source = https://github.com/daniele-athome/mopidy-snapduck + Issues = https://github.com/daniele-athome/mopidy-snapduck/issues author = Daniele Ricci author_email = daniele+pypi@casaricci.it license = GPLv3