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, 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 |