aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
AgeCommit message (Collapse)AuthorFilesLines
2020-09-21Change MANIFEST.in to include python regression tests in tarball (#841)Kurt Mosiejczuk1-0/+2
* Change MANIFEST.in to include python regression tests in tarball * Python tests need the testdata from the base tests directory
2017-09-19Update MANIFEST.inEugene Kliuchnikov1-1/+2
2017-05-29Update (#555)Eugene Kliuchnikov1-1/+1
Update: * new CLI; bro -> brotli; + man page * JNI wrappers preparation (for bazel build) * add raw binary dictionary representation `dictionary.bin` * add ability to side-load brotli RFC dictionary * decoder persists last error now * fix `BrotliDecoderDecompress` documentation * go reader don't block until necessary * more consistent bazel target names * Java dictionary data compiled footprint reduced * Java tests refactoring
2017-04-23Move files & update paths (#541)Eugene Kliuchnikov1-8/+8
* Move files & update paths * Rename build to scripts. * Fix paths * Fix script.
2016-08-23Move "public" to "include/brotli"Eugene Kliuchnikov1-1/+1
2016-08-22Use version from common/version.hEugene Kliuchnikov1-1/+1
2016-06-17Fix VS build problems:Eugene Kliuchnikov1-1/+1
* rename build -> buildfiles to avoid clashing with BUILD * set binary mode for stdin/out in bro * convert bro to C
2016-06-16Remove deleted fileseustas1-5/+1
2016-06-13Fix CI build.Eugene Kliuchnikov1-1/+1
2016-06-03Update setup.pyEugene Kliuchnikov1-0/+2
2016-04-10add MANIFEST.in to ensure source distribution contains all required filesCosimo Lupo1-0/+18
Except tests as they are too big...