Fix a regression in adding tests/ dir to source package

This commit is contained in:
Matt Seymour 2026-02-18 20:22:03 +00:00
parent f9c31305ae
commit 6beffe6de6

View file

@ -46,7 +46,7 @@ build-backend = "uv_build"
[tool.uv.build-backend]
module-name = "dj_database_url"
module-root = ""
source-include = ["dj_database_url/py.typed", "tests"]
source-include = ["dj_database_url/py.typed", "tests/**"]
[tool.ruff]
line-length = 88