Add project_urls so that PyPI will show GitHub stats.

This commit is contained in:
Hsiaoming Yang 2018-04-25 00:48:32 +09:00 committed by David Lord
parent e02118dbc9
commit 35b90082fa

View file

@ -25,6 +25,11 @@ setup(
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',