diff options
| author | 2025-11-06 11:28:37 +0800 | |
|---|---|---|
| committer | 2025-11-06 11:28:37 +0800 | |
| commit | d641afcfd92e76d0989f62eadb5b53d4782b7a18 (patch) | |
| tree | ab9257faf8079c0a57de605f271f71648ef65b67 | |
| parent | 4f7762c1bb7ce719c72c466cebdb00d5def8ea5e (diff) | |
| download | mvp-d641afcfd92e76d0989f62eadb5b53d4782b7a18.tar.gz mvp-d641afcfd92e76d0989f62eadb5b53d4782b7a18.zip | |
chore: update license information to AGPL-3.0 in Cargo.toml and pyproject.toml
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | pyproject.toml | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -2,6 +2,8 @@ name = "mvp" version = "0.1.0" edition = "2021" +description = "MVP Implementation in Rust and Python by HydroRoll-Team" +license = "AGPL-3.0" [[bin]] name = "mvp" 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", ] |
