Skip to content

Commit d8f63c8

Browse files
authored
Add tests directory to source distribution (#285)
1 parent 36ec238 commit d8f63c8

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
@@ -41,7 +41,7 @@ build-backend = "uv_build"
4141
[tool.uv.build-backend]
4242
module-name = "dj_database_url"
4343
module-root = ""
44-
source-include = ["dj_database_url/py.typed"]
44+
source-include = ["dj_database_url/py.typed", "tests"]
4545

4646
[tool.black]
4747
skip-string-normalization = 1

0 commit comments

Comments
 (0)