From 724bfa8059c74e769364b69e6e4e1e0bc9298a56 Mon Sep 17 00:00:00 2001 From: Rayan-and-beyond <263488867+Rayan-and-beyond@users.noreply.github.com> Date: Tue, 15 Sep 2026 07:26:32 +0000 Subject: [PATCH] Include testdata in source distributions --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 8ee7ecc..64c0cf7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,3 +12,7 @@ recursive-include libbrotli/c/include *.c *.h *.cc # Include test files recursive-include test/ *.py + +# Include test fixtures and test runner configuration +recursive-include libbrotli/tests/testdata * +include tox.ini