mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
Fix a regression in adding tests/ dir to source package
This commit is contained in:
parent
f9c31305ae
commit
6beffe6de6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue