diff --git a/pyproject.toml b/pyproject.toml index 1b28c22490..2f10207931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,7 +126,7 @@ docs = [ docs-upload = ["algoliasearch>=4.12.0", "pydantic>=2.10.1"] [tool.hatch.build.targets.wheel] -only-include = ["/README.md"] +bypass-selection = true [tool.hatch.build.targets.sdist] include = ["/README.md", "/Makefile", "/tests"]