bots: Migrate source file for zulip-bot-shell to similar name.
This commit is contained in:
parent
cca1b7d679
commit
e0f3bd4143
3 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ package_info = dict(
|
|||
entry_points={
|
||||
"console_scripts": [
|
||||
"zulip-run-bot=zulip_bots.run:main",
|
||||
"zulip-bot-shell=zulip_bots.terminal:main",
|
||||
"zulip-bot-shell=zulip_bots.bot_shell:main",
|
||||
],
|
||||
},
|
||||
) # type: Dict[str, Any]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue