From c2b9ab21c93e148956a358635f1305029002b0ac Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 31 Dec 2025 18:17:36 +0800 Subject: fix: add license-files entry in wheel build target --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c4ae389..efb4e7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,6 +62,7 @@ Issues = "https://github.com/HydroRoll-Team/base-model/issues" [tool.hatch.build.targets.wheel] packages = ["src/base_model_trpgner"] artifacts = ["src/base_model_trpgner/**/*.py"] +license-files = [] [tool.hatch.build.targets.sdist] include = ["/src", "/README.md", "/COPYING"] -- cgit v1.2.3-70-g09d2