Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions providers/openfeature-provider-flagd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ dependencies = [
"asserts",
"grpcio-health-checking==1.60.0",
]
post-install-commands = [
"./scripts/gen_protos.sh"
]

[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
Expand All @@ -57,6 +54,11 @@ cov = [
"cov-report",
]

[tool.hatch.build.hooks.protobuf]
dependencies = ["hatch-protobuf"]
paths = ["schemas/protobuf/schema/v1/schema.proto", "schemas/protobuf/sync/v1/sync_service.proto"]
output_path = "src"

[tool.hatch.build.targets.sdist]
exclude = [
".gitignore",
Expand Down
2 changes: 1 addition & 1 deletion providers/openfeature-provider-flagd/schemas
10 changes: 0 additions & 10 deletions providers/openfeature-provider-flagd/scripts/gen_protos.sh

This file was deleted.

This file was deleted.

Loading
Loading