diff --git a/pyproject.toml b/pyproject.toml index 1407f087..edae0c91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ artifacts = ["/mkdocs/**/*.mo"] [tool.hatch.build.targets.sdist] include = ["/mkdocs"] [tool.hatch.build.targets.wheel] -exclude = ["/mkdocs/tests/integration", "*.po", "*.pot", "babel.cfg"] +exclude = ["/mkdocs/tests", "*.po", "*.pot", "babel.cfg"] [tool.hatch.build.hooks.custom] dependencies = [ "babel",