|
|
@ -64,7 +64,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'], |
|
|
|
packages=['flask', 'flask.ext', 'flask.json'], |
|
|
|
include_package_data=True, |
|
|
|
include_package_data=True, |
|
|
|
zip_safe=False, |
|
|
|
zip_safe=False, |
|
|
|
platforms='any', |
|
|
|
platforms='any', |
|
|
|