From 5c3a9a937bd5978af08e06199a5e7e56cd6b2061 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Fri, 16 Aug 2019 08:32:14 -0600 Subject: Fix license in setup.py (#769) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') 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', -- cgit v1.1