summaryrefslogtreecommitdiffstats
path: root/src/python/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/setup.py')
-rw-r--r--src/python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/setup.py b/src/python/setup.py
index 84284f2..8e72bfe 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -9,7 +9,7 @@ setup(
namespace_packages = ['openlmi'],
packages = ['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',
]