diff --git a/setup.py b/setup.py
index 5312bb435bcd8585d5d73cd4e8b5cc4f2a2a0917..0e8d976c16034611394fb02a5003959375269339 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ setup(name='iobber',
 			'data/model-kpwr03/*.cr', 'data/model-kpwr03/*.lex']
 		# TODO: pre-trained models as well
 	},
-	license='GPL', 
+	license='LGPL', 
 	entry_points={
 		'console_scripts': [
 			'iobber = iobber.iobber:go'