chore: update project metadata in pyproject.html

closes: #7182
This commit is contained in:
Soulter
2026-03-30 23:49:27 +08:00
parent 2ffda752ad
commit 30d0b1e9da

View File

@@ -3,9 +3,10 @@ name = "AstrBot"
version = "4.22.2"
description = "Easy-to-use multi-platform LLM chatbot and development framework"
readme = "README.md"
license = { text = "AGPL-3.0-or-later" }
requires-python = ">=3.12"
keywords = ["Astrbot", "Astrbot Module", "Astrbot Plugin"]
keywords = ["AstrBot", "Agent", "Chatbot", "IM"]
dependencies = [
"aiocqhttp>=1.4.4",
@@ -80,6 +81,9 @@ dev = [
[project.scripts]
astrbot = "astrbot.cli.__main__:cli"
[project.urls]
Repository = "https://github.com/AstrBotDevs/AstrBot"
[tool.ruff]
exclude = ["astrbot/core/utils/t2i/local_strategy.py", "astrbot/api/all.py", "tests"]
line-length = 88