build: 迁移uv配置到pyproject.toml并删除uv.toml文件
CI / Lint, Typecheck & Test (push) Has been cancelled

将原uv.toml中的配置项迁移到pyproject.toml的tool.uv区块,移除冗余的独立uv配置文件
This commit is contained in:
2026-07-04 08:39:22 +08:00
parent f24388b151
commit 4d397606e6
3 changed files with 1815 additions and 1823 deletions
+3
View File
@@ -78,6 +78,9 @@ office = [
build-backend = "hatchling.build"
requires = ["hatchling"]
[tool.uv]
required-version = ">=0.5.0"
[[tool.uv.index]]
default = true
url = "https://mirrors.aliyun.com/pypi/simple/"
Generated
+1812 -1812
View File
File diff suppressed because it is too large Load Diff
-11
View File
@@ -1,11 +0,0 @@
required-version = ">=0.5.0"
[[index]]
name = "mirrors"
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/"
default = true
[[index]]
name = "pypi"
url = "https://pypi.org/simple/"
default = false