Skip to content

Commit 5c3a9a9

Browse files
jameshilliardeustas
authored andcommitted
Fix license in setup.py (google#769)
1 parent afc4a74 commit 5c3a9a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,15 @@ def build_extension(self, ext):
142142

143143
AUTHOR = 'The Brotli Authors'
144144

145-
LICENSE = 'Apache 2.0'
145+
LICENSE = 'MIT'
146146

147147
PLATFORMS = ['Posix', 'MacOS X', 'Windows']
148148

149149
CLASSIFIERS = [
150150
'Development Status :: 4 - Beta',
151151
'Environment :: Console',
152152
'Intended Audience :: Developers',
153-
'License :: OSI Approved :: Apache Software License',
153+
'License :: OSI Approved :: MIT License',
154154
'Operating System :: MacOS :: MacOS X',
155155
'Operating System :: Microsoft :: Windows',
156156
'Operating System :: POSIX :: Linux',

0 commit comments

Comments
 (0)