diff options
| author | 2025-12-31 18:21:41 +0800 | |
|---|---|---|
| committer | 2025-12-31 18:21:41 +0800 | |
| commit | 018965986690c16cd60d1f541901b6a8a85d46a5 (patch) | |
| tree | 4ef8f89bad653ae3a927353d1dc41ddeeed78d55 | |
| parent | c2b9ab21c93e148956a358635f1305029002b0ac (diff) | |
| download | base-model-018965986690c16cd60d1f541901b6a8a85d46a5.tar.gz base-model-018965986690c16cd60d1f541901b6a8a85d46a5.zip | |
fix: update license format in pyproject.toml
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index efb4e7c..29d2158 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "HydroRoll TRPG NER 模型 - 桌上角色扮演游戏日志命名 authors = [{ name = "HsiangNianian", email = "leader@hydroroll.team" }] readme = "README.md" requires-python = ">=3.10" -license = { text = "AFL-3.0" } +license = "AFL-3.0" keywords = [ "hydroroll", "trpg", @@ -66,6 +66,7 @@ license-files = [] [tool.hatch.build.targets.sdist] include = ["/src", "/README.md", "/COPYING"] +license-files = [] [tool.ruff] exclude = [ |
