Skip to content

Commit cad08ea

Browse files
committed
fix(setup): correct invalid license classifier
1 parent b54c017 commit cad08ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
classifiers=[
2424
"Development Status :: 5 - Production/Stable",
2525
"Intended Audience :: Developers",
26-
"License :: OSI Approved :: MIT-0",
26+
"License :: OSI Approved :: MIT License",
2727
"Natural Language :: English",
2828
"Programming Language :: Python :: 3.6",
2929
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)