Skip to content

Commit 842d3fc

Browse files
fix: update generation output path to src/a2a/grpc (#160)
# Description Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Follow the [`CONTRIBUTING` Guide](https://github.com/google-a2a/a2a-python/blob/main/CONTRIBUTING.md). - [ ] Make your Pull Request title in the <https://www.conventionalcommits.org/> specification. - [ ] Ensure the tests and linter pass (Run `nox -s format` from the repository root to format) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
1 parent a1894ae commit 842d3fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buf.gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ plugins:
2020
# Generate python protobuf related code
2121
# Generates *_pb2.py files, one for each .proto
2222
- remote: buf.build/protocolbuffers/python
23-
out: src/python
23+
out: src/a2a/grpc
2424
# Generate python service code.
2525
# Generates *_pb2_grpc.py
2626
- remote: buf.build/grpc/python
27-
out: src/python
27+
out: src/a2a/grpc

0 commit comments

Comments
 (0)