From f30a9cf5484a953e0c8bb84ede23596e2b2701c4 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Wed, 27 Feb 2019 10:36:06 +0100 Subject: [PATCH] setup.py: use standard license name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b15cb9503..4c373af628 100755 --- a/setup.py +++ b/setup.py @@ -176,7 +176,7 @@ def install_weboob(qt, xdg): classifiers=[ 'Environment :: Console', 'Environment :: X11 Applications :: Qt', - 'License :: OSI Approved :: GNU Lesser General Public License v3', + 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)', 'Programming Language :: Python', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', -- GitLab