summaryrefslogtreecommitdiffstats
path: root/src/software/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/setup.py')
-rw-r--r--src/software/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/software/setup.py b/src/software/setup.py
index 3c39f3d..433be41 100644
--- a/src/software/setup.py
+++ b/src/software/setup.py
@@ -11,7 +11,7 @@ setup(
packages=['openlmi.software', 'openlmi.software.util'],
install_requires=['openlmi'],
classifiers=[
- 'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
+ 'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)',
'Operating System :: POSIX :: Linux',
'Topic :: System :: Systems Administration',
]