From 38861e87d58b94b570c6f14da888237b4b1112c2 Mon Sep 17 00:00:00 2001 From: Alexander Vasarab Date: Tue, 23 Jun 2020 21:41:25 -0700 Subject: [PATCH] Add project_urls dict to setup.py --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index f30ca70..ac9ff30 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,9 @@ setup( author='Alexander Vasarab', author_email='alexander@wylark.com', url='https://wylark.com/munter', + project_urls={ + 'Source Code': 'https://wylark.com/git/munter.git' + }, packages=['munter'], package_dir={'munter': 'munter'}, entry_points={'console_scripts': ['munter = munter.munter:main']}, -- 2.30.2