From 2203dfe2d542166ce5b40822d110ea7e67dd8b3d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 30 Mar 2018 00:38:09 +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 b143518..7ec71cd 100755 --- a/setup.py +++ b/setup.py @@ -9,6 +9,11 @@ setup(name = "m_lib.defenc", 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.defenc', + 'Git repo': 'http://git.phdru.name/m_lib.defenc.git/', + }, license = "GPL", classifiers=[ 'Development Status :: 5 - Production/Stable', -- 2.39.2