Imported Upstream version 1.24.3
[platform/upstream/grpc.git] / setup.cfg
1 # Setup settings for GRPC Python
2
3 [coverage:run]
4 plugins = Cython.Coverage
5
6 [build]
7 build_base=python_build
8
9 [build_ext]
10 inplace=1
11
12 [build_package_protos]
13 exclude=.*protoc_plugin/protoc_plugin_test\.proto$
14
15 # Style settings
16 [yapf]
17 based_on_style = google
18
19 [metadata]
20 license_files = LICENSE