mirror of
https://github.com/maubot/maubot
synced 2025-08-29 11:10:37 +00:00
add maubot entrypoint
This commit is contained in:
parent
65be63fdd2
commit
ef6e23eccb
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -57,6 +57,7 @@ setuptools.setup(
|
||||||
entry_points="""
|
entry_points="""
|
||||||
[console_scripts]
|
[console_scripts]
|
||||||
mbc=maubot.cli:app
|
mbc=maubot.cli:app
|
||||||
|
maubot=maubot.__main__:main
|
||||||
[pytest11]
|
[pytest11]
|
||||||
maubot=maubot.testing
|
maubot=maubot.testing
|
||||||
""",
|
""",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue