This commit is contained in:
Joel Beckmeyer 2023-10-01 04:24:22 +02:00 committed by GitHub
commit 91f9d90cd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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