summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2025-08-12 15:48:52 +0200
committerHelmut Grohne <helmut@subdivi.de>2025-08-12 15:48:52 +0200
commit58a50ba141208d6b558c33bbda22c29aa515fbcf (patch)
tree01d3f4d2fe548ed540994fb92a04da5eb6d9d842 /pyproject.toml
parent5a1118d38032f902b1259928f83636b86742e49e (diff)
downloadpython-linuxnamespaces-58a50ba141208d6b558c33bbda22c29aa515fbcf.tar.gz
further weaken license to LGPL2+
Also use a valid spdx identifier.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fbd5218..2094d07 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 :: GNU General Public License v2 or later (GPLv2+)",
+ "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
"Operating System :: POSIX :: Linux",
"Typing :: Typed",
"Programming Language :: Python :: 3",