forked from orbit-oss/flask
Updated manifests
This commit is contained in:
parent
fc2caa4b9c
commit
d5cd4f8d59
2 changed files with 8 additions and 2 deletions
5
setup.py
5
setup.py
|
|
@ -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=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue