添加注释

This commit is contained in:
远野千束 2024-10-03 00:13:57 +08:00
parent 851d1b0b7f
commit 80ee613746
2 changed files with 5 additions and 3 deletions

View File

@ -32,7 +32,7 @@ _✨ 服务器状态 - 客户端 ✨_
Debian系请使用pipx安装 Debian系请使用pipx安装
```bash ```bash
sudo apt install python3-pipx sudo apt install pipx
pipx install server-status pipx install server-status
``` ```

View File

@ -3,7 +3,7 @@ name = "server-status"
dynamic = ["version"] dynamic = ["version"]
description = "Server status client" description = "Server status client"
authors = [ authors = [
{name = "snowykami", email = "snowykami@outlook.com"}, { name = "snowykami", email = "snowykami@outlook.com" },
] ]
dependencies = [ dependencies = [
"requests>=2.32.3", "requests>=2.32.3",
@ -12,12 +12,14 @@ dependencies = [
] ]
requires-python = ">=3.11" requires-python = ">=3.11"
readme = "README.md" readme = "README.md"
license = {text = "MIT"} license = { text = "MIT" }
[build-system] [build-system]
requires = ["pdm-backend"] requires = ["pdm-backend"]
build-backend = "pdm.backend" build-backend = "pdm.backend"
[project.scripts]
litedoc = "server_status.__main__:main"
[tool.pdm] [tool.pdm]
distribution = true distribution = true