Skip to content

Commit e4c9a2d

Browse files
committed
setup: fix license
1 parent d1db58f commit e4c9a2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
description='Python X Library',
1313
download_url='https://github.com/python-xlib/python-xlib/releases',
1414
url='https://github.com/python-xlib/python-xlib',
15-
license='GPL',
15+
license='LGPLv2+',
1616

1717
author='Peter Liljenberg',
1818
author_email='petli@ctrl-c.liu.se',
@@ -34,7 +34,7 @@
3434
'Development Status :: 5 - Production/Stable',
3535
'Environment :: X11 Applications',
3636
'Intended Audience :: Developers',
37-
'License :: OSI Approved :: GNU General Public License (GPL)',
37+
'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)',
3838
'Operating System :: OS Independent',
3939
'Programming Language :: Python :: 2.7',
4040
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)