-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "yggdrasil-mc" | ||
version = "0.2.3" | ||
version = "0.2.4" | ||
description = "A simple Python lib to get player info and texture from Mojang and Yggdrasil APIs. / 一个简单的 Python 库,可从 Mojang 和 Yggdrasil APIs 获取玩家的信息和材质。" | ||
license = "AGPL-3.0-or-later" | ||
authors = ["SerinaNya <[email protected]>"] | ||
|
@@ -40,7 +40,7 @@ pytest-asyncio = "^0.21.1" | |
[[tool.poetry.source]] | ||
name = "sjtu" | ||
url = "https://mirror.sjtu.edu.cn/pypi/web/simple" | ||
priority = "default" | ||
priority = "primary" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|