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 2ede0b8ba9
commit 10a77a5430
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

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',