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

index 452cb1cbff6584c4efd29b7e770dff7e331240bb..ee61da6b7690ee3c8c42dd78a3d7e5c711ee6479 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,16 @@ setup(
     author="Oleg Broytman",
     author_email="phd@phdru.name",
     url="http://phdru.name/Software/Python/#mimedecode",
     author="Oleg Broytman",
     author_email="phd@phdru.name",
     url="http://phdru.name/Software/Python/#mimedecode",
+    project_urls={
+        'Homepage': 'http://phdru.name/Software/Python/#mimedecode',
+        'Documentation': 'http://phdru.name/Software/Python/mimedecode.html',
+        'Download':
+            'http://phdru.name/Software/Python/'
+            'mimedecode-%s.tar.bz2' % mimedecode_version.__version__,
+        'Git repo': 'http://git.phdru.name/mimedecode.git',
+        'Github repo': 'https://github.com/phdru/mimedecode',
+        'Issue tracker': 'https://github.com/phdru/mimedecode/issues',
+    },
     license=mimedecode_version.__license__,
     keywords=['email', 'MIME'],
     platforms="Any",
     license=mimedecode_version.__license__,
     keywords=['email', 'MIME'],
     platforms="Any",