You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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$
|
|
|
|
# Style settings
|
|
[yapf]
|
|
based_on_style = google
|