From 9f896f79e7eea19688dcdb388cfc12dc48da2b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 25 Mar 2025 08:31:26 +0100 Subject: [PATCH] build: Include tests in source distributions Include test files in the source distribution, to make it possible to run them while repackaging from sources. This permits Linux distributions to use signed PyPI release artficats rather than having to use the git repository directly. Fixes #2284 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 001a858a9e..59f935c5be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,6 @@ local-dev = [ exclude = [ "/.*", "/docs", - "/tests", "/tpch", "/utils", ".gitignore",