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 committed Apr 24, 2018
1 parent 4df5f82 commit abc17cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
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 abc17cf

Please sign in to comment.