Merge pull request #17133 from jtattermusch/parallel_compile_python_distribtests

Add _parallel_compile_patch.py to python manifest
pull/17158/head
Jan Tattermusch 6 years ago committed by GitHub
commit b3ab16b465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      PYTHON-MANIFEST.in
  2. 1
      tools/distrib/python/grpcio_tools/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

@ -1,3 +1,4 @@
include _parallel_compile_patch.py
include grpc_version.py
include protoc_deps.py
include protoc_lib_deps.py

Loading…
Cancel
Save