aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
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",
]