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