1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-31 03:45:13 +00:00

Mark synapse as not zip-safe since it needs to be able to read schema files from the filesystem

This commit is contained in:
Mark Haines 2014-11-17 16:36:24 +00:00
parent 5d273a0c76
commit 1b91c26409

View file

@ -54,6 +54,7 @@ setup(
"mock"
],
include_package_data=True,
zip_safe=False,
long_description=read("README.rst"),
entry_points="""
[console_scripts]