Files
grpc/setup.cfg
Sreenithi Sridharan d8698ff717 [Python] Migrate to pyproject.toml build system (#40833)
Fixes #40744.

Closes #40833

PiperOrigin-RevId: 826625632
2025-10-31 14:19:57 -07:00

18 lines
332 B
INI

# Setup settings for GRPC Python
[coverage:run]
# Default core on Python3.14+ has changed to sysmon which doesn't support
# plugins. So force coverage to use the C Tracer to support plugins on
# Python 3.14+
core = ctrace
plugins = Cython.Coverage
[build]
build_base=pyb
[build_ext]
inplace=1
[metadata]
license_files = LICENSE