Fix license in setup.py (#769)

This commit is contained in:
James Hilliard 2019-08-16 08:32:14 -06:00 committed by Eugene Kliuchnikov
parent afc4a74273
commit 5c3a9a937b

View File

@ -142,7 +142,7 @@ DESCRIPTION = 'Python bindings for the Brotli compression library'
AUTHOR = 'The Brotli Authors'
LICENSE = 'Apache 2.0'
LICENSE = 'MIT'
PLATFORMS = ['Posix', 'MacOS X', 'Windows']
@ -150,7 +150,7 @@ CLASSIFIERS = [
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'License :: OSI Approved :: MIT License',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',