From cf86fa85084793ceca8fb035c1846e349c4990d3 Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Wed, 2 Mar 2022 19:52:21 +0200 Subject: [PATCH] add GitHub URL for PyPi --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 6fc8b48..bd1f60c 100755 --- a/setup.py +++ b/setup.py @@ -210,6 +210,9 @@ installed. maintainer_email = MyEmail, license = "GPL", url = "https://wummel.github.io/patool/", + project_urls = { + "Source": "https://github.com/wummel/patool", + }, packages = ['patoolib', 'patoolib.programs'], data_files = data_files, scripts = ['patool'],