Skip to content

Commit 6fa8e85

Browse files
committed
misc: Fix PyPi license classifier.
1 parent 163e78b commit 6fa8e85

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
@@ -16,9 +16,9 @@ readme = "README.md"
1616
requires-python = ">=3.8"
1717
classifiers = [
1818
"Programming Language :: Python :: 3",
19-
"License :: OSI Approved :: MIT License",
2019
"Topic :: Software Development :: Embedded Systems",
2120
"Operating System :: OS Independent",
21+
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
2222
]
2323
dependencies = [
2424
'cbor2 >= 5.4.6',

0 commit comments

Comments
 (0)