From 283f0a3ed5dfae13062b6f0fd153fbdc477f4381 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 15 Dec 2021 07:52:17 -0500 Subject: [PATCH] add maubot entrypoint --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index eca1e05..0ae93d0 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,7 @@ setuptools.setup( entry_points=""" [console_scripts] mbc=maubot.cli:app + maubot=maubot.__main__:main """, data_files=[ (".", ["maubot/example-config.yaml", "alembic.ini"]),