From: Oleg Broytman Date: Thu, 29 Mar 2018 21:38:17 +0000 (+0300) Subject: Build(setup.py): Add `project_urls` X-Git-Url: https://git.phdru.name/?p=m_lib.full.git;a=commitdiff_plain;h=f7e5ea3c88778ecf944628e22caea5c5d20aa5a8 Build(setup.py): Add `project_urls` --- diff --git a/setup.py b/setup.py index 52bbd50..1db8215 100755 --- a/setup.py +++ b/setup.py @@ -9,6 +9,11 @@ setup(name = "m_lib.full", author = "Oleg Broytman", author_email = "phd@phdru.name", url = "http://phdru.name/Software/Python/#m_lib", + project_urls={ + 'Homepage': 'http://phdru.name/Software/Python/#m_lib', + 'Download': 'https://pypi.python.org/pypi/m_lib.full', + 'Git repo': 'http://git.phdru.name/m_lib.full.git/', + }, license = "GPL", classifiers=[ 'Development Status :: 5 - Production/Stable',