diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-12-05 18:01:05 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-12-05 18:01:05 +0000 |
commit | 63b0b946be3df331ab4a3994e87d2318914c37c7 (patch) | |
tree | 645c8006f24fc37ee4c437a3f71464bdad6224fd /setup.py | |
parent | Pull in latest matrix-angular_sdk (diff) | |
download | synapse-63b0b946be3df331ab4a3994e87d2318914c37c7.tar.xz |
point the entry_point for synapse-homeserver at the right method
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index 8358092e30..9bee64e368 100755 --- a/setup.py +++ b/setup.py @@ -59,6 +59,6 @@ setup( entry_points=""" [console_scripts] synctl=synapse.app.synctl:main - synapse-homeserver=synapse.app.homeserver:run + synapse-homeserver=synapse.app.homeserver:main """ ) |