aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--pyproject.toml4
2 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index af366c2..326ebc8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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",
]