Added ext to the packages
This commit is contained in:
parent
0c75be1172
commit
d4d75701bc
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -85,7 +85,7 @@ setup(
|
|||
description='A microframework based on Werkzeug, Jinja2 '
|
||||
'and good intentions',
|
||||
long_description=__doc__,
|
||||
packages=['flask', 'flask.testsuite'],
|
||||
packages=['flask', 'flask.ext', 'flask.testsuite'],
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
platforms='any',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue