mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-14 22:42:11 -04: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="""
|
entry_points="""
|
||||||
[console_scripts]
|
[console_scripts]
|
||||||
synctl=synapse.app.synctl:main
|
synctl=synapse.app.synctl:main
|
||||||
synapse-homeserver=synapse.app.homeserver:run
|
synapse-homeserver=synapse.app.homeserver:main
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue