mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
Fix license in setup.py (#769)
This commit is contained in:
parent
afc4a74273
commit
5c3a9a937b
4
setup.py
4
setup.py
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user