From a284eb56f169cc02c939dfbc301fcf0bd1dc1134 Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 26 Sep 2019 08:18:23 +0000 Subject: try to make pypi.org happy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4163458..c6a33a3 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( packages=find_packages(), classifiers=[ 'Programming Language :: Python :: 3', - 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv2+)', + 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)', 'Operating System :: OS Independent', ], python_requires='>=3.1', -- cgit v1.2.3