diff options
Diffstat (limited to 'src/python/grpcio_health_checking/MANIFEST.in')
-rw-r--r-- | src/python/grpcio_health_checking/MANIFEST.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/python/grpcio_health_checking/MANIFEST.in b/src/python/grpcio_health_checking/MANIFEST.in index 5255e4c403..996c74a9d4 100644 --- a/src/python/grpcio_health_checking/MANIFEST.in +++ b/src/python/grpcio_health_checking/MANIFEST.in @@ -1,4 +1,3 @@ include grpc_version.py -include health_commands.py -graft grpc_health +recursive-include grpc_health *.py global-exclude *.pyc |