0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-28 20:48:58 +02: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
"""
)