Add entrypoint for welcome_message
The previous patch introducing the welcome_message code neglected to add an entrypoint in jeepyb's setup.cfg, meaning the executable was not created. This patch adds the missing entry point Change-Id: I38c83f962cb2f8c511e1e3b5ba4d7dac286bdd12
This commit is contained in:
parent
a4dbb01c8a
commit
a24ede6ddc
@ -28,3 +28,4 @@ console_scripts =
|
|||||||
trivial-rebase = jeepyb.cmd.trivial_rebase:main
|
trivial-rebase = jeepyb.cmd.trivial_rebase:main
|
||||||
update-blueprint = jeepyb.cmd.update_blueprint:main
|
update-blueprint = jeepyb.cmd.update_blueprint:main
|
||||||
update-bug = jeepyb.cmd.update_bug:main
|
update-bug = jeepyb.cmd.update_bug:main
|
||||||
|
welcome-message = jeepyb.cmd.welcome_message:main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user