Skip to content

Commit ba18089

Browse files
authored
Sync license in metadata with LICENSE file (#183)
1 parent d50608e commit ba18089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_libraries():
6060
author="Jan-Erik Rediger, Pieter Noordhuis",
6161
6262
keywords=["Redis"],
63-
license="BSD",
63+
license="MIT",
6464
packages=["hiredis"],
6565
package_data={"hiredis": ["hiredis.pyi", "py.typed"]},
6666
ext_modules=[ext],
@@ -72,7 +72,7 @@ def get_libraries():
7272
classifiers=[
7373
'Development Status :: 5 - Production/Stable',
7474
'Intended Audience :: Developers',
75-
'License :: OSI Approved :: BSD License',
75+
'License :: OSI Approved :: MIT License',
7676
'Operating System :: MacOS',
7777
'Operating System :: POSIX',
7878
'Programming Language :: C',

0 commit comments

Comments
 (0)