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
这个提交包含在:
Kurt Mosiejczuk 2020-09-21 06:24:13 -05:00 提交者 GitHub
父节点 97006561ea
当前提交 f2ca32eda6
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

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