From f2ca32eda6508f7eeb5b50d30ac6335edec173c6 Mon Sep 17 00:00:00 2001 From: Kurt Mosiejczuk Date: Mon, 21 Sep 2020 06:24:13 -0500 Subject: [PATCH] Change MANIFEST.in to include python regression tests in tarball (#841) * Change MANIFEST.in to include python regression tests in tarball * Python tests need the testdata from the base tests directory --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index b7b8e72..ff8d600 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,6 +12,8 @@ include python/_brotli.cc include python/bro.py include python/brotli.py include python/README.md +include python/tests/* include README.md include setup.py +include tests/testdata/* include c/tools/brotli.c