From fc4502742abf0301727a299e494cacdd4bb1e849 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 29 Nov 2023 16:03:21 -0800 Subject: [PATCH] Fix typo in added entrypoint --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 48bf2c4..c247546 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ def get_requirements(requirements_filename: str): "stop-klat-bots=chatbot_core.utils:cli_stop_bots", "debug-klat-bots=chatbot_core.utils:debug_bots", "start-klat-prompter=chatbot_core.utils:cli_start_prompter", - "start-mq-bot:chatbot_core.utils.cli_start_bot"]}, + "start-mq-bot=chatbot_core.utils:cli_start_bot"]}, install_requires=get_requirements("requirements.txt"), extras_requires={"extra-lgpl": get_requirements("extra-lgpl.txt")} )