From 173935014eac4e9243bb024fdd973debfe4fd38c Mon Sep 17 00:00:00 2001 From: lhx Date: Sat, 27 Sep 2025 11:04:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 136adba..0e332ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,8 @@ dependencies = [ ] [tool.uv.index] -url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" +urls = [ + "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" +] python-install-mirror = "https://mirror.nju.edu.cn/github-release/indygreg/python-build-standalone" default = true