Setup.py : zip_safe to permit static serve

This commit is contained in:
redref
2016-12-30 19:59:21 +01:00
parent 803178053b
commit 5ef7c66377

View File

@@ -28,6 +28,7 @@ setup(
description='Web frontend for PuppetDB',
include_package_data=True,
long_description='\n'.join((README, CHANGELOG)),
zip_safe=False,
install_requires=[
"Flask >= 0.10.1",
"Flask-WTF >= 0.12, <= 0.13",