Changeset - d819d833af88
[Not reviewed]
master
0 1 0
Lance Edgar (lance) - 5 months ago 2023-11-21 14:18:17
lance@edbob.org
Add new wutta-style entry point group for subcommands
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
setup.cfg
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)