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 480d87c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Documentation can be found at https://saleae.github.io/logic2-automation/

## Changelog

### 1.0.7

- Fix builds not building with hatchling 1.19.0.

### 1.0.6

- Moved `grpcio-tools` to build dependencies.
Expand Down
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "logic2-automation"
version = "1.0.6"
version = "1.0.7"
authors = [
{ name="Saleae, Inc.", email="[email protected]" },
]
Expand Down 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 480d87c

Please sign in to comment.