Random changes slightly related to a maubot plugin packager cli program
This commit is contained in:
parent
038fbc43f1
commit
44aba396b7
3 changed files with 6 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -43,6 +43,7 @@ setuptools.setup(
|
|||
entry_points="""
|
||||
[console_scripts]
|
||||
maubot=maubot.__main__:main
|
||||
mbp=maubot.cli.__main__:main
|
||||
""",
|
||||
data_files=[
|
||||
(".", ["example-config.yaml"]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue