diff --git a/setup.cfg b/setup.cfg index 99e71b8517bffef647c1574f0172417443424e5e..a4fad5d7e2178bf7a2fe045c8522c4b59a2398e9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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