diff options
| author | 2025-12-31 18:29:50 +0800 | |
|---|---|---|
| committer | 2025-12-31 18:29:50 +0800 | |
| commit | cc7ac6e69b2dea53c66043604c14dc962a4a58a9 (patch) | |
| tree | 63b68ef52fbdf6f6de51f1af065f72ba63ebb74f /pyproject.toml | |
| parent | 5dd32e56b91bc5d0e5105a10e8f11bfafc8d0dee (diff) | |
| download | base-model-cc7ac6e69b2dea53c66043604c14dc962a4a58a9.tar.gz base-model-cc7ac6e69b2dea53c66043604c14dc962a4a58a9.zip | |
fix: update license format in pyproject.toml
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9b414b0..02d93c7 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 = "AFL-3.0" +license = {text = "AFL-3.0"} keywords = [ "hydroroll", "trpg", @@ -62,11 +62,9 @@ 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", "/LICENSE"] -license-files = [] [tool.ruff] exclude = [ |
