diff options
Diffstat (limited to 'src/python/grpcio_health_checking/MANIFEST.in')
-rw-r--r-- | src/python/grpcio_health_checking/MANIFEST.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/python/grpcio_health_checking/MANIFEST.in b/src/python/grpcio_health_checking/MANIFEST.in index 498b55f20a..7d26647697 100644 --- a/src/python/grpcio_health_checking/MANIFEST.in +++ b/src/python/grpcio_health_checking/MANIFEST.in @@ -1,2 +1,3 @@ -graft grpc -include commands.py +include health_commands.py +graft grpc_health +global-exclude *.pyc |