forked from orbit-oss/flask
remove deprecated flask.ext
This commit is contained in:
parent
4c564779d1
commit
715a9a3e7b
6 changed files with 4 additions and 495 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue