Random changes slightly related to a maubot plugin packager cli program

This commit is contained in:
Tulir Asokan 2018-10-29 17:47:49 +02:00
parent 038fbc43f1
commit 44aba396b7
3 changed files with 6 additions and 0 deletions

View file

@ -43,6 +43,7 @@ setuptools.setup(
entry_points="""
[console_scripts]
maubot=maubot.__main__:main
mbp=maubot.cli.__main__:main
""",
data_files=[
(".", ["example-config.yaml"]),