This commit is contained in:
Joel Beckmeyer 2025-08-29 00:23:12 +02:00 committed by GitHub
commit cae3c94f5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,6 +58,7 @@ setuptools.setup(
entry_points="""
[console_scripts]
mbc=maubot.cli:app
maubot=maubot.__main__:main
[pytest11]
maubot=maubot.testing
""",