SYN-138: Rewrite synctl in python and include it in the python distribution

This commit is contained in:
Mark Haines 2014-11-13 14:39:11 +00:00
parent cdb8d746ef
commit e7c6d2c9d9
3 changed files with 67 additions and 35 deletions

View file

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