Merge pull request #5722 from blattms/bugfix/pyhon-licensing

Added the missing plus in gplv3+ for the Python packages.
This commit is contained in:
Arne Morten Kvarving 2024-11-08 12:30:56 +01:00 committed by GitHub
commit 1dd66769cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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+)",
],
)