From 994e464607fd955f0c514b760a1a48c6af897e85 Mon Sep 17 00:00:00 2001 From: Matt Odden Date: Mon, 3 Feb 2014 01:52:40 -0600 Subject: [PATCH] Fix license classifier in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4222b07e2..eeeeaf0d1 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def get_version(): 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: System Administrators', - 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', + 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)', 'Natural Language :: English', 'Operating System :: POSIX', 'Operating System :: Microsoft :: Windows'