Skip to content

Commit 6beffe6

Browse files
committed
Fix a regression in adding tests/ dir to source package
1 parent f9c3130 commit 6beffe6

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
@@ -46,7 +46,7 @@ build-backend = "uv_build"
4646
[tool.uv.build-backend]
4747
module-name = "dj_database_url"
4848
module-root = ""
49-
source-include = ["dj_database_url/py.typed", "tests"]
49+
source-include = ["dj_database_url/py.typed", "tests/**"]
5050

5151
[tool.ruff]
5252
line-length = 88

0 commit comments

Comments
 (0)