From d8f63c88019c85b68d17dfd26f6db56b55885ac6 Mon Sep 17 00:00:00 2001 From: Yohaan Narayanan <229655281+yohaann196@users.noreply.github.com> Date: Sun, 4 Jan 2026 16:19:05 -0800 Subject: [PATCH] Add tests directory to source distribution (#285) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cf3f6c..23be009 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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