Fixed a bug in setup.py
This commit is contained in:
parent
1fff3e5981
commit
574e81f9c8
2 changed files with 5 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ setup(
|
|||
author='Armin Ronacher',
|
||||
author_email='armin.ronacher@active-4.com',
|
||||
description='A microframework based on Werkzeug, Jinja2 and good intentions',
|
||||
modules=['flask'],
|
||||
py_modules=['flask'],
|
||||
zip_safe=False,
|
||||
platforms='any',
|
||||
install_requires=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue