aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorKurt Mosiejczuk <kurt.mosiejczuk@gmail.com>2020-09-21 06:24:13 -0500
committerGitHub <noreply@github.com>2020-09-21 13:24:13 +0200
commitf2ca32eda6508f7eeb5b50d30ac6335edec173c6 (patch)
treec6d12317fb3ea59196093cab612c8852c9c8a69a /MANIFEST.in
parent97006561ea9a2c3c6fb09b4f77d6c109589a9219 (diff)
downloadbrotli-f2ca32eda6508f7eeb5b50d30ac6335edec173c6.zip
brotli-f2ca32eda6508f7eeb5b50d30ac6335edec173c6.tar.gz
brotli-f2ca32eda6508f7eeb5b50d30ac6335edec173c6.tar.bz2
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
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
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