Skip to content

Commit 71c97ae

Browse files
authored
Merge pull request #259 from authzed/add-validate-package-to-build-again
Reinstate the validate package in build artifacts
2 parents fcfce9e + bec3196 commit 71c97ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ name = "authzed"
88
version = "0.0.0"
99
packages = [
1010
{include = "authzed"},
11+
# This is the protovalidate-related code
1112
{include = "buf"},
13+
# NOTE: this is the old validate package that won't be used,
14+
# but the code generated by it is referenced in the generated protobuf/gRPC code.
15+
{include = "validate"},
1216
{include = "grpcutil"},
1317
]
1418
readme = "README.md"

0 commit comments

Comments
 (0)