From bd426e4726c10497bb32d6558095bafdafe5d505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 21 Apr 2026 20:08:21 +0200 Subject: [PATCH] Add tests to source distribution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix regression introduced in 385319e5be5f32b where moving the test suite caused it to no longer be included in source distribution. Fixes https://bugs.launchpad.net/testresources/+bug/2149769. Signed-off-by: Michał Górny --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5dc054a..938ae8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,6 +67,7 @@ include = [ "GOALS", "Makefile", "NEWS", + "tests*", "TODO", "tox.ini", ]