diff options
| author | 2025-12-30 20:01:31 +0800 | |
|---|---|---|
| committer | 2025-12-30 20:01:31 +0800 | |
| commit | dd55c70225367dec9e8d88821b4d65fcd24edd65 (patch) | |
| tree | 603a4dc4e0a72ee8106d205e8e7dc3e78eb41ebb | |
| parent | 575114661ef9afb95df2a211e1d8498686340e6b (diff) | |
| download | base-model-0.1.1.tar.gz base-model-0.1.1.zip | |
feat: Bump version to 0.1.1 and clean up shared data commentsv0.1.1
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index db858a6..d9b6d38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "base-model-trpgner" -version = "0.1.0" +version = "0.1.1" description = "HydroRoll TRPG NER 模型 - 桌上角色扮演游戏日志命名实体识别" authors = [ { name = "HsiangNianian", email = "leader@hydroroll.team" } @@ -71,7 +71,7 @@ artifacts = [ "models/trpg-final/special_tokens_map.json", "models/trpg-final/vocab.txt", ] -# 共享数据:模型文件安装位置 + [tool.hatch.build.targets.wheel.shared-data] "models/trpg-final" = "basemodel/models/trpg-final" |
