kc3-lang/brotli/MANIFEST.in

Branch :


Log

Author Commit Date CI Message
f2ca32ed 2020-09-21 06:24:13 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
4760f7db 2017-09-19 11:25:55 Update MANIFEST.in
03739d2b 2017-05-29 17:55:14 Update (#555) 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
6ece1d87 2017-04-23 14:07:08 Move files & update paths (#541) * Move files & update paths * Rename build to scripts. * Fix paths * Fix script.
81480011 2016-08-23 14:40:33 Move "public" to "include/brotli"
2c2d5578 2016-08-22 15:44:12 Use version from common/version.h
b32cefe1 2016-06-17 16:24:51 Fix VS build problems: * rename build -> buildfiles to avoid clashing with BUILD * set binary mode for stdin/out in bro * convert bro to C
7152be88 2016-06-16 15:30:18 Remove deleted files
8872d7b4 2016-06-13 15:22:13 Fix CI build.
2a6b041a 2016-06-03 12:02:01 Update setup.py
db3a1162 2016-06-13 15:22:13 Fix CI build.
11d1337b 2016-06-03 12:02:01 Update setup.py
bd88e3cb 2016-04-10 20:51:21 add MANIFEST.in to ensure source distribution contains all required files Except tests as they are too big...