bots: Migrate script name from zulip-terminal to zulip-bot-shell.

This change is intended to reduce confusion between zulip-bot-shell
(test bots interactively without a server) and the zulip/zulip-terminal
project and its associated command (zulip-term).
This commit is contained in:
neiljp (Neil Pilgrim) 2021-11-19 10:03:58 -08:00 committed by Tim Abbott
parent 56f5ee3d70
commit 4982adcb17

View file

@ -52,7 +52,7 @@ package_info = dict(
entry_points={ entry_points={
"console_scripts": [ "console_scripts": [
"zulip-run-bot=zulip_bots.run:main", "zulip-run-bot=zulip_bots.run:main",
"zulip-terminal=zulip_bots.terminal:main", "zulip-bot-shell=zulip_bots.terminal:main",
], ],
}, },
) # type: Dict[str, Any] ) # type: Dict[str, Any]