Fix for d5cd4f8d which broke install on Windows
This commit is contained in:
parent
ccf464189b
commit
5f7f3b17df
1 changed files with 1 additions and 3 deletions
4
setup.py
4
setup.py
|
|
@ -89,9 +89,7 @@ setup(
|
|||
'and good intentions',
|
||||
long_description=__doc__,
|
||||
packages=['flask', 'flask.testsuite'],
|
||||
package_data={
|
||||
'flask.testsuite': ['test_apps/*', 'static/*', 'templates/*']
|
||||
},
|
||||
include_package_data = True,
|
||||
zip_safe=False,
|
||||
platforms='any',
|
||||
install_requires=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue