Skip to content

Commit 3f07b3a

Browse files
committed
poetry-mirror
Signed-off-by: Kefu Chai <[email protected]>
1 parent db334b9 commit 3f07b3a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ setuptools = "^65.6.3"
1818
wheel = "^0.38.4"
1919
sphinx-scylladb-markdown = "^0.1.2"
2020

21+
[[tool.poetry.source]]
22+
name = "mirrors"
23+
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
24+
priority = "primary"
25+
2126
[build-system]
2227
requires = ["poetry>=0.12"]
2328
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)