diff options
| author | 2025-12-30 20:40:01 +0800 | |
|---|---|---|
| committer | 2025-12-30 20:40:01 +0800 | |
| commit | 8837b69fd2f22ac79416f7f4d95f23863987c547 (patch) | |
| tree | f38b23458f0d495198aded99d806374484440353 /pyproject.toml | |
| parent | 298035052b3e3d083b57f5dbac0e86de4f94efba (diff) | |
| download | base-model-8837b69fd2f22ac79416f7f4d95f23863987c547.tar.gz base-model-8837b69fd2f22ac79416f7f4d95f23863987c547.zip | |
refactor: Remove commented line about model file download in pyproject.toml
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
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] |
