diff --git a/pyproject.toml b/pyproject.toml index 05b3a36..e9e18bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ main = "theo.web.app:main" webapi = "theo.web.webapi:main" -[project.entry-points."rattail.config.extensions"] +[project.entry-points."wutta.config.extensions"] theo = "theo.config:TheoConfig"