fix project urls

This commit is contained in:
David Lord 2018-04-30 19:05:46 -07:00
parent 5a75da5471
commit 3fd7abec3c
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
1 changed files with 2 additions and 2 deletions

View File

@ -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',