mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +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:
parent
5d273a0c76
commit
1b91c26409
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -54,6 +54,7 @@ setup(
|
|||
"mock"
|
||||
],
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
long_description=read("README.rst"),
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
|
|
Loading…
Reference in a new issue