third_party.grpc/setup.cfg
Ken Payson dd24c1ece4 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
2016-07-18 12:50:13 -07:00

14 lines
206 B
INI

# Setup settings for GRPC Python
[coverage:run]
plugins = Cython.Coverage
[build]
build_base=python_build
[build_ext]
inplace=1
[build_package_protos]
exclude=.*protoc_plugin/protoc_plugin_test\.proto$