summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ac6be9e..9855e72 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ description = "typed syscall wrappers and plumbing for working with Linux namesp
authors = [{name = "Helmut Grohne", email = "helmut@subdivi.de"}]
classifiers = [
"Development Status :: 3 - Alpha",
- "License :: OSI Approved :: MIT License",
+ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: POSIX :: Linux",
"Typing :: Typed",
"Programming Language :: Python :: 3",