aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-11-06 11:28:37 +0800
committerHsiangNianian <i@jyunko.cn>2025-11-06 11:28:37 +0800
commitd641afcfd92e76d0989f62eadb5b53d4782b7a18 (patch)
treeab9257faf8079c0a57de605f271f71648ef65b67 /pyproject.toml
parent4f7762c1bb7ce719c72c466cebdb00d5def8ea5e (diff)
downloadmvp-d641afcfd92e76d0989f62eadb5b53d4782b7a18.tar.gz
mvp-d641afcfd92e76d0989f62eadb5b53d4782b7a18.zip
chore: update license information to AGPL-3.0 in Cargo.toml and pyproject.toml
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
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",
]