forked from orbit-oss/flask
Add project_urls so that PyPI will show GitHub stats.
This commit is contained in:
parent
2ede0b8ba9
commit
10a77a5430
1 changed files with 5 additions and 0 deletions
5
setup.py
5
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue