Ensure the egg is a directory, not a zip
Prevents NotADirectoryError's in flask templates Ref.: https://github.com/pallets/flask/issues/1562 https://github.com/pallets/flask/issues/1645
This commit is contained in:
parent
64755bae8a
commit
6c3f8f6884
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -32,5 +32,6 @@ setup(
|
|||
'Programming Language :: Python :: 3.3',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
],
|
||||
zip_safe=False,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue