forked from orbit-oss/flask
release 1.0
This commit is contained in:
parent
216151c8a3
commit
9d0b163362
2 changed files with 5 additions and 3 deletions
4
setup.py
4
setup.py
|
|
@ -18,8 +18,8 @@ setup(
|
|||
url='https://www.palletsprojects.com/p/flask/',
|
||||
project_urls=OrderedDict((
|
||||
('Documentation', 'http://flask.pocoo.org/docs/'),
|
||||
('Code', 'https://github.com/pallets/pallets-sphinx-themes'),
|
||||
('Issue tracker', 'https://github.com/pallets/pallets-sphinx-themes/issues'),
|
||||
('Code', 'https://github.com/pallets/flask'),
|
||||
('Issue tracker', 'https://github.com/pallets/flask/issues'),
|
||||
)),
|
||||
license='BSD',
|
||||
author='Armin Ronacher',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue