diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-17 11:11:15 -0800 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-17 11:11:15 -0800 |
commit | d18fc97717d607a2c89327c9c2b60c1d83692d89 (patch) | |
tree | 852d51a7ec15e3534c26cdcd3d66373525519370 /setup.py | |
parent | clarify install instructions further still (diff) | |
parent | SYN-148: Add the alias after creating the room (diff) | |
download | synapse-d18fc97717d607a2c89327c9c2b60c1d83692d89.tar.xz |
Merge branch 'develop' of git+ssh://github.com/matrix-org/synapse into develop
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py index 68b2655d6b..ed21799e72 100755 --- a/setup.py +++ b/setup.py @@ -54,6 +54,7 @@ setup( "mock" ], include_package_data=True, + zip_safe=False, long_description=read("README.rst"), entry_points=""" [console_scripts] |