From a47f32b0fe9d5df826bae81ac7924bb971c5734c Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 20 Sep 2025 14:38:33 -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 f2c9f05..3cc514c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ rattail_tutorial = "rattail_tutorial.commands:rattail_tutorial_typer" main = "rattail_tutorial.web.app:main" -[project.entry-points."rattail.config.extensions"] +[project.entry-points."wutta.config.extensions"] rattail_tutorial = "rattail_tutorial.config:RattailTutorialConfig"