From 480d87c29771dbea8b0119e6a7652bd45176d248 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Tue, 12 Dec 2023 09:43:27 -0800 Subject: [PATCH] Fix builds not working with hatchling 1.19.0 --- python/README.md | 4 ++++ python/pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python/README.md b/python/README.md index 810ed9c..d65d48c 100644 --- a/python/README.md +++ b/python/README.md @@ -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. diff --git a/python/pyproject.toml b/python/pyproject.toml index f3f01b3..ceda191 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "logic2-automation" -version = "1.0.6" +version = "1.0.7" authors = [ { name="Saleae, Inc.", email="support@saleae.com" }, ] @@ -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