]> git.phdru.name Git - m_lib.defenc.git/commitdiff
Build(setup.py): Add `project_urls`
authorOleg Broytman <phd@phdru.name>
Thu, 29 Mar 2018 21:38:09 +0000 (00:38 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 29 Mar 2018 21:40:41 +0000 (00:40 +0300)
setup.py

index b143518a8842e51dfa631bca8e23a5aed288fc51..7ec71cde86923dffe706111c4d2f3c9647f87fad 100755 (executable)
--- 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',