Skip to content

Commit

Permalink
Fix typo in added entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Nov 30, 2023
1 parent 67959a9 commit fc45027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")}
)

0 comments on commit fc45027

Please sign in to comment.