Releases
- Inject
build_grpc
asbuild
subcommand (#7). * This means that you should no longer modify thebuild
command in yoursetup.py
.build_grpc
is automatically injected as first subcommand ofbuild
. - Use ruff instead of flake8, isort and black.
- Support Python versions 3.8, 3.9, 3.10, 3.11 and 3.12.
- Fix tailing slash issues with proto files glob discovery (#9).
- Add basic tests (#11).
- Improve documentation.
- Fix missing dependency constraint for grpcio-tools.
- Add generation of .pyi files.
- Fix grpc_files option processing.
Initial version.