From e73dd44b98a03bf45193da900eb9364300110e02 Mon Sep 17 00:00:00 2001 From: BalconyJH Date: Sun, 22 Sep 2024 09:34:16 +0800 Subject: [PATCH] :wrench: update Poetry source configuration format to comply with new version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0a6c28..104bb80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ loguru = "^0.6.0" [[tool.poetry.source]] name = "ts" url = "https://pypi.tuna.tsinghua.edu.cn/simple/" -default = true +priority = "default" [build-system] requires = ["poetry-core"]