Skip to content

Commit

Permalink
Add project_urls so that PyPI will show GitHub stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture authored and davidism committed Apr 26, 2018
1 parent 2ede0b8 commit 10a77a5
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 @@ -25,6 +25,11 @@
include_package_data=True,
zip_safe=False,
platforms='any',
project_urls={
'Bug Tracker': 'https://github.com/pallets/flask/issues',
'Documentation': 'http://flask.pocoo.org/',
'Source Code': 'https://github.com/pallets/flask',
},
install_requires=[
'Werkzeug>=0.14',
'Jinja2>=2.10',
Expand Down

0 comments on commit 10a77a5

Please sign in to comment.