forked from orbit-oss/flask
Include flask.json package in setup()
This commit is contained in:
parent
f29fa0d56b
commit
16396248b8
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue