From 6beffe6de6a2d6284d6c5c76ee6753cc8787aee2 Mon Sep 17 00:00:00 2001 From: Matt Seymour Date: Wed, 18 Feb 2026 20:22:03 +0000 Subject: [PATCH] Fix a regression in adding tests/ dir to source package --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 393e937..b68c12a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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