Added the missing plus in gplv3+ for the Python packages.

This commit is contained in:
Markus Blatt 2024-11-08 12:25:17 +01:00
parent fadc96da44
commit 0629a83266

View File

@ -34,6 +34,6 @@ setup(
python_requires='>=3.6', python_requires='>=3.6',
classifiers=[ classifiers=[
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
], ],
) )