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:
parent
ce212eb83a
commit
63b0b946be
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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
|
||||
"""
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue