Skip to content

Commit

Permalink
Fix builds not working with hatchling 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huffman committed Dec 12, 2023
1 parent b646825 commit 70b02a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ include = [
"/saleae/grpc",
]

[tool.hatch.build.force-include]
[tool.hatch.build.targets.sdist.force-include]
"../proto/saleae/grpc/saleae.proto" = "proto/saleae/grpc/saleae.proto"

# The gRPC/protobuf files are only generated when building a wheel
Expand Down

0 comments on commit 70b02a2

Please sign in to comment.