Skip to content

Commit e9f2030

Browse files
authored
Merge pull request #281 from authzed/280-fix-invalid-import
Fix packaging of protoc_gen_openapiv2
2 parents 961d771 + 15435e3 commit e9f2030

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ packages = [
1414
# but the code generated by it is referenced in the generated protobuf/gRPC code.
1515
{include = "validate"},
1616
{include = "grpcutil"},
17+
# NOTE: this is the proto for the grpc-gateway, which isn't explicitly used
18+
# in the functionality of this package, but is imported by library code.
19+
{include = "protoc_gen_openapiv2"},
1720
]
1821
readme = "README.md"
1922

0 commit comments

Comments
 (0)