mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
add MANIFEST.in to ensure source distribution contains all required files
Except tests as they are too big...
This commit is contained in:
18
MANIFEST.in
Normal file
18
MANIFEST.in
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user