diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-11-13 14:39:11 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-11-13 14:39:30 +0000 |
commit | e7c6d2c9d96124ce50940664bece4367dba0c972 (patch) | |
tree | a8c75449d721a64af12b2723dc65cd6d1dbbef0e /setup.py | |
parent | Merge with Matthew's killing of ng-animate (diff) | |
download | synapse-e7c6d2c9d96124ce50940664bece4367dba0c972.tar.xz |
SYN-138: Rewrite synctl in python and include it in the python distribution
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py index f5976cd762..7f46ce990f 100755 --- a/setup.py +++ b/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 """ ) |