Skip to content

Commit b079fb2

Browse files
committed
Fix license for PyPI
1 parent 391297f commit b079fb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def finalize_options(self):
3838
install_requires=["numpy>=1.24"],
3939
classifiers=[
4040
"Programming Language :: Python :: 3",
41-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
41+
"License :: OSI Approved :: MIT License",
4242
"Operating System :: OS Independent",
4343
],
4444
ext_modules=[

0 commit comments

Comments
 (0)