diff options
| author | 2025-12-31 18:17:36 +0800 | |
|---|---|---|
| committer | 2025-12-31 18:17:36 +0800 | |
| commit | c2b9ab21c93e148956a358635f1305029002b0ac (patch) | |
| tree | 2edf4659245f8ea105741e1b0fd0644f3aa96eaf /pyproject.toml | |
| parent | 6d48ff2af54c575224088c61cd61c14b9dee5001 (diff) | |
| download | base-model-c2b9ab21c93e148956a358635f1305029002b0ac.tar.gz base-model-c2b9ab21c93e148956a358635f1305029002b0ac.zip | |
fix: add license-files entry in wheel build target
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
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"] |
