diff --git a/pyproject.toml b/pyproject.toml index 406254c..4d8e741 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ packages = ["src/icu"] dependencies = ["hatch-buildext >=0.0.4"] [tool.hatch.build.targets.wheel.hooks.buildext.extensions] -"icu._icu_" = "src.hook" +"icu._icu_" = "src.resolvers.libicu" [tool.ruff]