Skip to content

Commit

Permalink
Add project_urls
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Aug 17, 2019
1 parent 06b8b1f commit d34fe5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ def run_tests(self):
name=about['__title__'],
version=about['__version__'],
url=about['__github__'],
project_urls={
'Documentation': about['__docs__'],
'Code': about['__github__'],
'Issue tracker': about['__tracker__'],
},
download_url=about['__pypi__'],
license=about['__license__'],
author=about['__author__'],
Expand Down

0 comments on commit d34fe5e

Please sign in to comment.