From 5ea7b92c64362dfe7fe1641b56aaaf8bba837749 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 30 Mar 2018 00:41:20 +0300 Subject: [PATCH] Build(setup.py): Add `project_urls` --- setup.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/setup.py b/setup.py index d5dbffb..a20f289 100755 --- a/setup.py +++ b/setup.py @@ -14,6 +14,15 @@ setup(name='ppu', 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=[ -- 2.39.2