summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2024-10-26 20:20:16 +0200
committerHelmut Grohne <helmut@subdivi.de>2024-10-26 20:20:16 +0200
commitf46f905dedd975a6d8c1e580adaa6ce79e2d55a1 (patch)
tree186a5cfbe5defa4f959e38dca93dc3ff5be93a87
parentd657a3ae763e0a82dc00bbc80c0b6b64a748cede (diff)
downloadpython-linuxnamespaces-f46f905dedd975a6d8c1e580adaa6ce79e2d55a1.tar.gz
fix license in pyproject classifiers
Confirm that the SPDX annotation in several files is correct rather than the pyproject classification. The SPDX headers were there right from the start. Fixes: 9f7a434600f4 ("add some metadata to a first pyproject.toml")
-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",