1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Markus Blatt <markus@dr-blatt.de>
Date: Fri, 8 Nov 2024 15:27:06 +0100
Subject: Corrected license of Python packages to GPLv3+
---
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 beda990..bbd8fdd 100644
--- a/python/setup.py.in
+++ b/python/setup.py.in
@@ -44,6 +44,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+)",
],
)
|