Skip to content

Commit

Permalink
Output .pyi files for protobufs.
Browse files Browse the repository at this point in the history
Original change by @ckgresla in PR #246.

PiperOrigin-RevId: 690816203
  • Loading branch information
kenjitoyama authored and copybara-github committed Oct 29, 2024
1 parent 746e0e9 commit 0d883d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def run(self):
'--proto_path={}'.format(grpc_protos_include),
'--proto_path={}'.format(_ROOT_DIR),
'--python_out={}'.format(_ROOT_DIR),
'--pyi_out={}'.format(_ROOT_DIR),
'--grpc_python_out={}'.format(_ROOT_DIR),
os.path.join(_ROOT_DIR, proto_path),
]
Expand Down

0 comments on commit 0d883d3

Please sign in to comment.