Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Mark synapse as not zip-safe since it needs to be able to read schema…
Browse files Browse the repository at this point in the history
… files from the filesystem
  • Loading branch information
Mark Haines committed Nov 17, 2014
1 parent 5d273a0 commit 1b91c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def read(fname):
"mock"
],
include_package_data=True,
zip_safe=False,
long_description=read("README.rst"),
entry_points="""
[console_scripts]
Expand Down

0 comments on commit 1b91c26

Please sign in to comment.