From 02ecd1fb0194be7f87a1fd23ba22955bfe7907c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 3 Jun 2025 06:49:19 +0200 Subject: [PATCH] Fix including test data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Readd parts of `MANIFEST.in` responsible for including the test data in the source distribution. Without that, setuptools includes only `.py` files from the test tree, leading to test failures. Fixes #1112 Signed-off-by: Michał Górny --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..9819b942 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +graft tests/certs +graft tests/proc