aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-12-30 20:40:01 +0800
committerHsiangNianian <i@jyunko.cn>2025-12-30 20:40:01 +0800
commit8837b69fd2f22ac79416f7f4d95f23863987c547 (patch)
treef38b23458f0d495198aded99d806374484440353
parent298035052b3e3d083b57f5dbac0e86de4f94efba (diff)
downloadbase-model-8837b69fd2f22ac79416f7f4d95f23863987c547.tar.gz
base-model-8837b69fd2f22ac79416f7f4d95f23863987c547.zip
refactor: Remove commented line about model file download in pyproject.toml
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f9e8216..e78fc2d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -56,7 +56,6 @@ Issues = "https://github.com/HydroRoll-Team/base-model/issues"
[tool.hatch.build.targets.wheel]
packages = ["src/base_model_trpgner"]
-# 仅包含 Python 源码,模型文件首次运行时自动从 GitHub Release 下载
artifacts = ["src/base_model_trpgner/**/*.py"]
[tool.hatch.build.targets.sdist]