aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-12-31 18:17:36 +0800
committerHsiangNianian <i@jyunko.cn>2025-12-31 18:17:36 +0800
commitc2b9ab21c93e148956a358635f1305029002b0ac (patch)
tree2edf4659245f8ea105741e1b0fd0644f3aa96eaf
parent6d48ff2af54c575224088c61cd61c14b9dee5001 (diff)
downloadbase-model-c2b9ab21c93e148956a358635f1305029002b0ac.tar.gz
base-model-c2b9ab21c93e148956a358635f1305029002b0ac.zip
fix: add license-files entry in wheel build target
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
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"]