aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorCosimo Lupo <cosimo.lupo@daltonmaag.com>2016-04-10 20:51:21 +0100
committerCosimo Lupo <cosimo.lupo@daltonmaag.com>2016-04-10 20:52:59 +0100
commitbd88e3cb8d876436d2b81f3fe30c3be052002e53 (patch)
treeaacebeb00e5e7decf1de8d2c6f1f3c0337f2a0c4 /MANIFEST.in
parentf66c7c5442a9d50ce775a5469b25d936b5726626 (diff)
downloadbrotli-bd88e3cb8d876436d2b81f3fe30c3be052002e53.zip
brotli-bd88e3cb8d876436d2b81f3fe30c3be052002e53.tar.gz
brotli-bd88e3cb8d876436d2b81f3fe30c3be052002e53.tar.bz2
add MANIFEST.in to ensure source distribution contains all required files
Except tests as they are too big...
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..179bc6e
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,18 @@
+include CONTRIBUTING.md
+include dec/*.c
+include dec/*.h
+include dec/Makefile
+include enc/*.cc
+include enc/*.h
+include enc/Makefile
+include LICENSE
+include MANIFEST.in
+include python/bro.py
+include python/brotlimodule.cc
+include python/README.md
+include README.md
+include setup.py
+include shared.mk
+include tools/bro.cc
+include tools/Makefile
+include tools/version.h \ No newline at end of file