release 1.0

This commit is contained in:
David Lord 2018-04-26 12:22:45 -07:00
parent 216151c8a3
commit 9d0b163362
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 5 additions and 3 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',