aboutsummaryrefslogtreecommitdiffhomepage
path: root/PYTHON-MANIFEST.in
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2016-03-29 17:16:45 -0700
committerGravatar Masood Malekghassemi <atash@google.com>2016-03-29 17:28:25 -0700
commit2cff306779b11b2891b954dc41b72b025f88b386 (patch)
tree9e080826eb711ea778e59511bb828d36245d9b59 /PYTHON-MANIFEST.in
parentf30bdb817d754dbb92c56eadaed692fc90159651 (diff)
Add missing dependencies
Diffstat (limited to 'PYTHON-MANIFEST.in')
-rw-r--r--PYTHON-MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/PYTHON-MANIFEST.in b/PYTHON-MANIFEST.in
index 25aba87c18..534f4c1251 100644
--- a/PYTHON-MANIFEST.in
+++ b/PYTHON-MANIFEST.in
@@ -2,8 +2,10 @@ recursive-include src/python/grpcio/grpc *.c *.h *.py *.pyx *.pxd *.pxi *.python
recursive-exclude src/python/grpcio/grpc/_cython *.so *.pyd
graft src/python/grpcio/tests
graft src/core
+graft src/boringssl
graft include/grpc
graft third_party/boringssl
+graft third_party/nanopb
graft third_party/zlib
include src/python/grpcio/commands.py
include src/python/grpcio/grpc_version.py