aboutsummaryrefslogtreecommitdiffhomepage
path: root/PYTHON-MANIFEST.in
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2016-02-18 12:39:42 -0800
committerGravatar Masood Malekghassemi <atash@google.com>2016-02-18 15:54:18 -0800
commit736173487cfda82b3dd3bdcf812eddc9de7a6129 (patch)
treed464b8022576d82c5ae7cf26bb282eec85d4e8e5 /PYTHON-MANIFEST.in
parenta5fc9818e16a3a720673519c8a71008b7fbd886d (diff)
Exclude cygrpc.so from the Python package
Diffstat (limited to 'PYTHON-MANIFEST.in')
-rw-r--r--PYTHON-MANIFEST.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/PYTHON-MANIFEST.in b/PYTHON-MANIFEST.in
index 072089ac51..25aba87c18 100644
--- a/PYTHON-MANIFEST.in
+++ b/PYTHON-MANIFEST.in
@@ -1,4 +1,5 @@
-graft src/python/grpcio/grpc
+recursive-include src/python/grpcio/grpc *.c *.h *.py *.pyx *.pxd *.pxi *.python *.pem
+recursive-exclude src/python/grpcio/grpc/_cython *.so *.pyd
graft src/python/grpcio/tests
graft src/core
graft include/grpc