third_party.grpc/setup.cfg
Masood Malekghassemi 1a54e5cdd5 Mitigate Python build directory naming conflict
On Mac and Windows, the default directory name conflicts with the BUILD
file we have.
2016-01-28 16:53:42 -08:00

14 lines
205 B
INI

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