aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-11-07 09:22:16 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-11-07 09:26:59 +0100
commitd83903ffd169b6d1df425fe206c193a33193ecb0 (patch)
tree591554afc85cf8bdb7fca717b29f0a6b6812d175
parent35e1f9fa6a318dac3fe232d99a5a41768f12197f (diff)
add _parallel_compile_patch.py to python manifest
-rw-r--r--PYTHON-MANIFEST.in1
-rw-r--r--tools/distrib/python/grpcio_tools/MANIFEST.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/PYTHON-MANIFEST.in b/PYTHON-MANIFEST.in
index b30a1fbf90..c0de5289ee 100644
--- a/PYTHON-MANIFEST.in
+++ b/PYTHON-MANIFEST.in
@@ -9,6 +9,7 @@ graft third_party/boringssl
graft third_party/cares
graft third_party/nanopb
graft third_party/zlib
+include src/python/grpcio/_parallel_compile_patch.py
include src/python/grpcio/_spawn_patch.py
include src/python/grpcio/commands.py
include src/python/grpcio/grpc_version.py
diff --git a/tools/distrib/python/grpcio_tools/MANIFEST.in b/tools/distrib/python/grpcio_tools/MANIFEST.in
index 11ce367747..4943751879 100644
--- a/tools/distrib/python/grpcio_tools/MANIFEST.in
+++ b/tools/distrib/python/grpcio_tools/MANIFEST.in
@@ -1,3 +1,4 @@
+include _parallel_compile_patch.py
include grpc_version.py
include protoc_deps.py
include protoc_lib_deps.py