Skip to content

Commit a286f6b

Browse files
authored
pyproject: fix source-include for tests in sdists (#397)
1 parent e89e57f commit a286f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["uv_build>=0.9.6,<0.10.0"]
33
build-backend = "uv_build"
44

55
[tool.uv.build-backend]
6-
source-include = ["tests/"]
6+
source-include = ["tests/**"]
77
module-name = "cachecontrol"
88
module-root = ""
99

0 commit comments

Comments
 (0)