From: Alexander Vasarab Date: Wed, 24 Jun 2020 04:41:25 +0000 (-0700) Subject: Add project_urls dict to setup.py X-Git-Tag: v2.2.0~2 X-Git-Url: https://wylark.com/src/munter.git/commitdiff_plain/38861e87d58b94b570c6f14da888237b4b1112c2?ds=inline;hp=-c Add project_urls dict to setup.py --- 38861e87d58b94b570c6f14da888237b4b1112c2 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']},