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