From 740abad44e8fb9e192db9f34b9bb08c389c16c92 Mon Sep 17 00:00:00 2001 From: johnslavik Date: Sat, 22 Nov 2025 13:30:56 +0100 Subject: [PATCH] Bypass selection when building wheel for `pydantic-ai` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]