From b85b6bac3e3a786e818243d32099146bed05d163 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 30 Mar 2018 00:38:04 +0300 Subject: [PATCH] Build(setup.py): Add `project_urls` --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) 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', -- 2.39.2