From f46f905dedd975a6d8c1e580adaa6ce79e2d55a1 Mon Sep 17 00:00:00 2001
From: Helmut Grohne <helmut@subdivi.de>
Date: Sat, 26 Oct 2024 20:20:16 +0200
Subject: 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")
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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",
-- 
cgit v1.2.3