diff options
author | Yuchen Zeng <zyc@google.com> | 2016-07-25 15:51:10 -0700 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2016-07-25 15:51:10 -0700 |
commit | 36a6fe60529d83af504f3015a82acfaee516bbc9 (patch) | |
tree | 173e9a02fb575ed0a2d5ba50a9e3968f9ad346e9 /src/python/grpcio_health_checking/MANIFEST.in | |
parent | 724a4e253a579f44d6b3d4ab9599f771837d7580 (diff) | |
parent | 01da196879cb69b3c56b3bdcff6f0194ab5a190d (diff) |
Merge remote-tracking branch 'upstream/master' into cli_main
Diffstat (limited to 'src/python/grpcio_health_checking/MANIFEST.in')
-rw-r--r-- | src/python/grpcio_health_checking/MANIFEST.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/python/grpcio_health_checking/MANIFEST.in b/src/python/grpcio_health_checking/MANIFEST.in index 7d26647697..7407f646d1 100644 --- a/src/python/grpcio_health_checking/MANIFEST.in +++ b/src/python/grpcio_health_checking/MANIFEST.in @@ -1,3 +1,4 @@ +include grpc_version.py include health_commands.py -graft grpc_health +graft grpc global-exclude *.pyc |