Skip to content

Commit faaab18

Browse files
committed
Fix typo
``` HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/ Invalid value for classifiers. Error: Classifier 'License :: OSI Approved :: MiT License' is not a valid classifier. ```
1 parent a64393e commit faaab18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
platforms="Linux, Mac OS X, Windows",
8282
keywords=["Jupyter", "JupyterLab", "JupyterLab3"],
8383
classifiers=[
84-
"License :: OSI Approved :: MiT License",
84+
"License :: OSI Approved :: MIT License",
8585
"Programming Language :: Python",
8686
"Programming Language :: Python :: 3",
8787
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)