From 3d2d8c518a3d261c4ba40c197ff69b717a50ffec Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 30 Mar 2018 00:38:53 +0300 Subject: [PATCH] Build(setup.py): Add `project_urls` --- setup.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/setup.py b/setup.py index 452cb1c..ee61da6 100755 --- 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", + 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", -- 2.39.2