Skip to content

Commit 47abfc4

Browse files
authored
Merge pull request #122 from jupyterlab-contrib/correct-license-classifier
Correct license classifier in `pyproject.toml`
2 parents 66c745e + 8d35b2e commit 47abfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
"Framework :: Jupyter :: JupyterLab :: 4",
1414
"Framework :: Jupyter :: JupyterLab :: Extensions",
1515
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
16-
"License :: OSI Approved :: BSD License",
16+
"License :: OSI Approved :: MIT License",
1717
"Programming Language :: Python",
1818
"Programming Language :: Python :: 3",
1919
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)