From 5f6036c5a8861b5a8e3fa140084efc0dcadc1a26 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Fri, 7 Nov 2025 22:19:15 +0800 Subject: [PATCH] chore: update pyproject.toml --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 578a7594..c33c7ea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "langbot" version = "4.4.1" description = "Easy-to-use global IM bot platform designed for LLM era" readme = "README.md" -license = {text = "AGPL-3.0-or-later"} +license-files = ["LICENSE"] requires-python = ">=3.10.1,<4.0" dependencies = [ "aiocqhttp>=1.4.4", @@ -85,11 +85,10 @@ keywords = [ "onebot", ] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Framework :: AsyncIO", "Framework :: Robot Framework", "Framework :: Robot Framework :: Library", - "License :: OSI Approved :: AGPL-3 License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Communications :: Chat",