From d641afcfd92e76d0989f62eadb5b53d4782b7a18 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Thu, 6 Nov 2025 11:28:37 +0800 Subject: chore: update license information to AGPL-3.0 in Cargo.toml and pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 73ec6d0..efa9ac5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,9 +11,9 @@ authors = [ ] requires-python = ">=3.11" readme = "README.md" -license = { text = "MIT" } +license = { text = "AGPL-3.0" } classifiers = [ - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: AGPL-3.0", "Programming Language :: Rust", "Programming Language :: Python :: 3", ] -- cgit v1.2.3-70-g09d2