mirror of
https://github.com/google/brotli.git
synced 2024-11-08 13:20:05 +00:00
f2ca32eda6
* Change MANIFEST.in to include python regression tests in tarball * Python tests need the testdata from the base tests directory
20 lines
409 B
Plaintext
20 lines
409 B
Plaintext
include CONTRIBUTING.md
|
|
include c/common/*.c
|
|
include c/common/*.h
|
|
include c/dec/*.c
|
|
include c/dec/*.h
|
|
include c/enc/*.c
|
|
include c/enc/*.h
|
|
include c/include/brotli/*.h
|
|
include LICENSE
|
|
include MANIFEST.in
|
|
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
|