Rename register script to 'register_new_matrix_user'

This commit is contained in:
Erik Johnston 2015-03-13 15:33:21 +00:00
parent 598c47a108
commit 7393c5ce4c
2 changed files with 1 additions and 1 deletions

View file

@ -55,5 +55,5 @@ setup(
include_package_data=True,
zip_safe=False,
long_description=long_description,
scripts=["synctl", "register_new_user"],
scripts=["synctl", "register_new_matrix_user"],
)