aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
AgeCommit message (Collapse)Author
2017-09-19Update MANIFEST.inEugene Kliuchnikov
2017-05-29Update (#555)Eugene Kliuchnikov
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 Kliuchnikov
* Move files & update paths * Rename build to scripts. * Fix paths * Fix script.
2016-08-23Move "public" to "include/brotli"Eugene Kliuchnikov
2016-08-22Use version from common/version.hEugene Kliuchnikov
2016-06-17Fix VS build problems:Eugene Kliuchnikov
* rename build -> buildfiles to avoid clashing with BUILD * set binary mode for stdin/out in bro * convert bro to C
2016-06-16Remove deleted fileseustas
2016-06-13Fix CI build.Eugene Kliuchnikov
2016-06-03Update setup.pyEugene Kliuchnikov
2016-04-10add MANIFEST.in to ensure source distribution contains all required filesCosimo Lupo
Except tests as they are too big...