From: Markus Blatt <markus@dr-blatt.de>
Date: Fri, 8 Nov 2024 12:25:17 +0100
Subject: Added the missing plus in gplv3+ for the Python packages.

---
 python/setup.py.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/setup.py.in b/python/setup.py.in
index 371212e..2db7024 100644
--- a/python/setup.py.in
+++ b/python/setup.py.in
@@ -34,6 +34,6 @@ setup(
     python_requires='>=3.6',
     classifiers=[
         "Programming Language :: Python :: 3",
-        "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
+        "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
     ],
 )
