Fix classifier license

This commit is contained in:
Gustavo Carneiro
2017-05-21 12:04:22 +01:00
parent b9bd76c882
commit 0466ae3508
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1
+1 -1
View File
@@ -22,7 +22,7 @@ setup(name='PyBindGen',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: LGPL',
'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
],