Skip to content

Commit 156b50a

Browse files
author
Georg Schramm
committed
update to LGPL v3+ (3 or later)
1 parent 8a01c80 commit 156b50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
packages=setuptools.find_packages(exclude = ["data","examples","tutorial"]),
1616
classifiers=[
1717
"Programming Language :: Python :: 3",
18-
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
18+
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
1919
"Operating System :: OS Independent",
2020
],
2121
python_requires='>=3.6',

0 commit comments

Comments
 (0)