0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 06:28:20 +02: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]