remove deprecated flask.ext

This commit is contained in:
David Lord 2017-06-26 08:47:28 -07:00
parent 4c564779d1
commit 715a9a3e7b
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
6 changed files with 4 additions and 495 deletions

View file

@ -64,7 +64,7 @@ setup(
description='A microframework based on Werkzeug, Jinja2 '
'and good intentions',
long_description=__doc__,
packages=['flask', 'flask.ext', 'flask.json'],
packages=['flask', 'flask.json'],
include_package_data=True,
zip_safe=False,
platforms='any',