Imported Upstream version 1.27.0
[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
21
22 [pytype]
23 inputs =
24     src/python/grpcio/grpc/experimental
25     src/python/grpcio_tests/tests_aio
26
27 disable =
28     import-error