From a286f6b184227e62447410a8c0d9c084c1bbb4c0 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sun, 16 Nov 2025 00:48:30 -0500 Subject: [PATCH] pyproject: fix source-include for tests in sdists (#397) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92834a24..d5f49232 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["uv_build>=0.9.6,<0.10.0"] build-backend = "uv_build" [tool.uv.build-backend] -source-include = ["tests/"] +source-include = ["tests/**"] module-name = "cachecontrol" module-root = ""