From fe8bd779105200e4e7f41d8bdd1aa6157b64e269 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 20 Sep 2025 14:25:55 -0500 Subject: [PATCH] fix: fix config extension entry point per upstream changes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11e679d..def3a4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ crepes = "rattail_corepos.corepos.commands:crepes_typer" core-office = "rattail_corepos.corepos.office.commands:core_office_typer" -[project.entry-points."rattail.config.extensions"] +[project.entry-points."wutta.config.extensions"] rattail-corepos = "rattail_corepos.config:RattailCOREPOSExtension"