Add tests directory to source distribution (#285)

This commit is contained in:
Yohaan Narayanan 2026-01-04 16:19:05 -08:00 committed by GitHub
parent 36ec238b03
commit d8f63c8801
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ build-backend = "uv_build"
[tool.uv.build-backend]
module-name = "dj_database_url"
module-root = ""
source-include = ["dj_database_url/py.typed"]
source-include = ["dj_database_url/py.typed", "tests"]
[tool.black]
skip-string-normalization = 1