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
This commit is contained in:
Kurt Mosiejczuk 2020-09-21 06:24:13 -05:00 committed by GitHub
parent 97006561ea
commit f2ca32eda6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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