aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to '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]