aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2016-07-13 14:18:33 -0700
committerGravatar Ken Payson <kpayson@google.com>2016-07-18 12:50:13 -0700
commitdd24c1ece4dd49b694588d6d4933879490875a04 (patch)
treebc8f9bbe0f2c6e640b523aec6459dcfd2eb1d522 /setup.cfg
parent7c467547ba988ae56e05b02220143f4ea6930b91 (diff)
Polish grpcio_health_checking package
-Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 7194716f61..dd9161ca8b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,5 +9,5 @@ build_base=python_build
[build_ext]
inplace=1
-[build_proto_modules]
+[build_package_protos]
exclude=.*protoc_plugin/protoc_plugin_test\.proto$