Skip to content

Commit 5830b63

Browse files
authored
Merge pull request #50 from arduino/license_classifier
misc: Fix PyPi license classifier.
2 parents 163e78b + 6fa8e85 commit 5830b63

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)