1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-05 07:26:52 +00:00

point the entry_point for synapse-homeserver at the right method

This commit is contained in:
Mark Haines 2014-12-05 18:01:05 +00:00
parent ce212eb83a
commit 63b0b946be

View file

@ -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
"""
)