From: Oleg Broytman Date: Thu, 29 Mar 2018 21:38:04 +0000 (+0300) Subject: Build(setup.py): Add `project_urls` X-Git-Url: https://git.phdru.name/?p=m_lib.git;a=commitdiff_plain;h=b85b6bac3e3a786e818243d32099146bed05d163 Build(setup.py): Add `project_urls` --- diff --git a/setup.py b/setup.py index 34500f8..856dd50 100755 --- a/setup.py +++ b/setup.py @@ -9,6 +9,11 @@ setup(name = "m_lib", 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', + 'Git repo': 'http://git.phdru.name/m_lib.git/', + }, license = "GPL", classifiers=[ 'Development Status :: 5 - Production/Stable',