aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_health_checking/MANIFEST.in
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2016-05-04 18:37:29 -0700
committerGravatar Ken Payson <kpayson@google.com>2016-05-04 18:37:29 -0700
commit4982638f78012dd31e474ed2e364633fcba65efb (patch)
tree663b82d74a3b47ff7689dffed2f85954e95ffe4c /src/python/grpcio_health_checking/MANIFEST.in
parent2c56e1cc2c7cf6d645c14ce333fb99f08734b5df (diff)
Remove grpcio as build dependency
Diffstat (limited to 'src/python/grpcio_health_checking/MANIFEST.in')
-rw-r--r--src/python/grpcio_health_checking/MANIFEST.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/grpcio_health_checking/MANIFEST.in b/src/python/grpcio_health_checking/MANIFEST.in
index 498b55f20a..e8b4113adb 100644
--- a/src/python/grpcio_health_checking/MANIFEST.in
+++ b/src/python/grpcio_health_checking/MANIFEST.in
@@ -1,2 +1,2 @@
-graft grpc
-include commands.py
+graft grpc_health_checking
+include health_commands.py