Skip to content

Commit 10a77a5

Browse files
lepturedavidism
authored andcommitted
Add project_urls so that PyPI will show GitHub stats.
1 parent 2ede0b8 commit 10a77a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
include_package_data=True,
2626
zip_safe=False,
2727
platforms='any',
28+
project_urls={
29+
'Bug Tracker': 'https://github.com/pallets/flask/issues',
30+
'Documentation': 'http://flask.pocoo.org/',
31+
'Source Code': 'https://github.com/pallets/flask',
32+
},
2833
install_requires=[
2934
'Werkzeug>=0.14',
3035
'Jinja2>=2.10',

0 commit comments

Comments
 (0)