X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=bd33a2501343672b841270527380fbae53b79fd1;hb=849b3d0ac4fd38dc750f8633e2aa4cd336a516ed;hp=452cb1cbff6584c4efd29b7e770dff7e331240bb;hpb=e5ae9cbc87c7fab8fe8070e14118e78b2311c5d6;p=mimedecode.git diff --git a/setup.py b/setup.py index 452cb1c..bd33a25 100755 --- a/setup.py +++ b/setup.py @@ -13,9 +13,20 @@ setup( description="A program to decode MIME messages", long_description="A program to decode MIME messages. " + mimedecode_version.__copyright__, + long_description_content_type="text/plain", 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",