From 30d0b1e9da2f533e2258c1d26a75f0349f4fb1c9 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Mon, 30 Mar 2026 23:49:27 +0800 Subject: [PATCH] chore: update project metadata in pyproject.html closes: #7182 --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33cbbe9e3..977041025 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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