aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Hilliard <james.hilliard1@gmail.com>2019-08-16 08:32:14 -0600
committerEugene Kliuchnikov <eustas.ru@gmail.com>2019-08-16 16:32:14 +0200
commit5c3a9a937bd5978af08e06199a5e7e56cd6b2061 (patch)
treeda5d8a7874c480c1fa2aef21215eec6c8da8dabc
parentafc4a74273044f27843e3013b5ed3e2a51d0a3a8 (diff)
downloadbrotli-5c3a9a937bd5978af08e06199a5e7e56cd6b2061.zip
brotli-5c3a9a937bd5978af08e06199a5e7e56cd6b2061.tar.gz
brotli-5c3a9a937bd5978af08e06199a5e7e56cd6b2061.tar.bz2
Fix license in setup.py (#769)
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 1491db3..7867210 100644
--- a/setup.py
+++ b/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',