We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1db58f commit e4c9a2dCopy full SHA for e4c9a2d
1 file changed
setup.py
@@ -12,7 +12,7 @@
12
description='Python X Library',
13
download_url='https://github.com/python-xlib/python-xlib/releases',
14
url='https://github.com/python-xlib/python-xlib',
15
- license='GPL',
+ license='LGPLv2+',
16
17
author='Peter Liljenberg',
18
author_email='petli@ctrl-c.liu.se',
@@ -34,7 +34,7 @@
34
'Development Status :: 5 - Production/Stable',
35
'Environment :: X11 Applications',
36
'Intended Audience :: Developers',
37
- 'License :: OSI Approved :: GNU General Public License (GPL)',
+ 'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)',
38
'Operating System :: OS Independent',
39
'Programming Language :: Python :: 2.7',
40
'Programming Language :: Python :: 3',
0 commit comments