]> git.phdru.name Git - ppu.git/blobdiff - setup.py
Tests(tox): Require tox <= 2.9.1
[ppu.git] / setup.py
index d5dbffb1ba73841bf26857f3e6d1bc47d2c21fdd..619327be959950b6763abc5a60a50f1104b92361 100755 (executable)
--- 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=[