We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ede0b8 commit 10a77a5Copy full SHA for 10a77a5
setup.py
@@ -25,6 +25,11 @@
25
include_package_data=True,
26
zip_safe=False,
27
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
+ },
33
install_requires=[
34
'Werkzeug>=0.14',
35
'Jinja2>=2.10',
0 commit comments