Add new wutta-style entry point group for subcommands
This commit is contained in:
parent
ffe97e3a12
commit
d819d833af
|
@ -48,6 +48,12 @@ rattail.config.extensions =
|
|||
console_scripts =
|
||||
rattail-demo = rattail_demo.commands:main
|
||||
|
||||
rattail_demo.subcommands =
|
||||
export-shopfoo = rattail_demo.commands:ExportShopfoo
|
||||
import-self = rattail_demo.commands:ImportSelf
|
||||
install = rattail_demo.commands:Install
|
||||
|
||||
# TODO: remove this legacy group once the above works okay
|
||||
rattail_demo.commands =
|
||||
export-shopfoo = rattail_demo.commands:ExportShopfoo
|
||||
import-self = rattail_demo.commands:ImportSelf
|
||||
|
|
Loading…
Reference in a new issue