Updated manifests

This commit is contained in:
Armin Ronacher 2011-08-26 11:48:09 +01:00
parent fc2caa4b9c
commit d5cd4f8d59
2 changed files with 8 additions and 2 deletions

View file

@ -88,7 +88,10 @@ setup(
description='A microframework based on Werkzeug, Jinja2 '
'and good intentions',
long_description=__doc__,
packages=['flask'],
packages=['flask', 'flask.testsuite'],
package_data={
'flask.testsuite': ['test_apps/*', 'static/*', 'templates/*']
},
zip_safe=False,
platforms='any',
install_requires=[