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