mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
Add tests directory to source distribution
This commit is contained in:
parent
36ec238b03
commit
581cf838c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue