Skip to content

Commit a2d5d2b

Browse files
Fix license classifier in pyproject.toml (#789)
Project is licensed as MPL-2.0 but a MIT license classifier is being used, resulting in the wrong license being displayed on PyPI. Changing classifier to the correct one for the actual project license.
1 parent e7aca52 commit a2d5d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Development Status :: 5 - Production/Stable",
2525
"Framework :: Pytest",
2626
"Intended Audience :: Developers",
27-
"License :: OSI Approved :: MIT License",
27+
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
2828
"Natural Language :: English",
2929
"Operating System :: POSIX",
3030
"Operating System :: Microsoft :: Windows",

0 commit comments

Comments
 (0)