From c4080f3d5b0e85266a407745a6b332867cb4812f Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 21 Nov 2023 14:46:36 -0600 Subject: [PATCH] Update subcommand entry point group names, per wuttjamaican --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fc0d4fa..1ca40fe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,5 +58,5 @@ paste.app_factory = main = theo.web.app:main webapi = theo.web.webapi:main -theo.commands = +theo.subcommands = install = theo.commands:Install