mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 07:24:49 -04:00
SYN-138: Rewrite synctl in python and include it in the python distribution
This commit is contained in:
parent
cdb8d746ef
commit
e7c6d2c9d9
3 changed files with 67 additions and 35 deletions
1
setup.py
1
setup.py
|
@ -55,6 +55,7 @@ setup(
|
|||
long_description=read("README.rst"),
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
synctl=synapse.app.synctl:main
|
||||
synapse-homeserver=synapse.app.homeserver:run
|
||||
"""
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue