Skip to content

Commit

Permalink
Sync license in metadata with LICENSE file
Browse files Browse the repository at this point in the history
  • Loading branch information
shadchin authored Jan 1, 2024
1 parent d50608e commit ab06698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_libraries():
author="Jan-Erik Rediger, Pieter Noordhuis",
author_email="[email protected], [email protected]",
keywords=["Redis"],
license="BSD",
license="MIT",
packages=["hiredis"],
package_data={"hiredis": ["hiredis.pyi", "py.typed"]},
ext_modules=[ext],
Expand All @@ -72,7 +72,7 @@ def get_libraries():
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'License :: OSI Approved :: MIT License',
'Operating System :: MacOS',
'Operating System :: POSIX',
'Programming Language :: C',
Expand Down

0 comments on commit ab06698

Please sign in to comment.