mirror of
https://github.com/snowykami/server-status-client.git
synced 2025-08-02 11:49:56 +00:00
✨ 添加注释
This commit is contained in:
@ -3,7 +3,7 @@ name = "server-status"
|
||||
dynamic = ["version"]
|
||||
description = "Server status client"
|
||||
authors = [
|
||||
{name = "snowykami", email = "snowykami@outlook.com"},
|
||||
{ name = "snowykami", email = "snowykami@outlook.com" },
|
||||
]
|
||||
dependencies = [
|
||||
"requests>=2.32.3",
|
||||
@ -12,12 +12,14 @@ dependencies = [
|
||||
]
|
||||
requires-python = ">=3.11"
|
||||
readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
license = { text = "MIT" }
|
||||
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
build-backend = "pdm.backend"
|
||||
|
||||
[project.scripts]
|
||||
litedoc = "server_status.__main__:main"
|
||||
|
||||
[tool.pdm]
|
||||
distribution = true
|
||||
|
Reference in New Issue
Block a user