Browse Source

fix project urls

pull/2748/head
David Lord 6 years ago
parent
commit
3fd7abec3c
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
  1. 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…
Cancel
Save