X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=619327be959950b6763abc5a60a50f1104b92361;hb=c217baab09e29096c9aa8eb991318b85203a65f1;hp=d5dbffb1ba73841bf26857f3e6d1bc47d2c21fdd;hpb=5e9556f061453c98cfc36867cd73fa6cfce36cc9;p=ppu.git diff --git a/setup.py b/setup.py index d5dbffb..619327b 100755 --- a/setup.py +++ b/setup.py @@ -11,9 +11,19 @@ setup(name='ppu', version=ppu_version.__version__, description='Broytman Portable Python Utilities', long_description=open('README.rst', 'rU').read(), + long_description_content_type="text/x-rst", author='Oleg Broytman', author_email='phd@phdru.name', url='http://phdru.name/Software/Python/ppu/', + project_urls={ + 'Homepage': 'http://phdru.name/Software/Python/ppu/', + 'Documentation': 'http://phdru.name/Software/Python/ppu/docs/', + 'Download': 'https://pypi.python.org/pypi/ppu/%s' + % ppu_version.__version__, + 'Git repo': 'http://git.phdru.name/ppu.git/', + 'Github repo': 'https://github.com/phdru/ppu', + 'Issue tracker': 'https://github.com/phdru/ppu/issues', + }, license='GPL', platforms='Any', classifiers=[