From 6fa8e85f9eacfb89ac5b5e6a454883464715eb6a Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Wed, 8 Mar 2023 16:26:51 +0100 Subject: [PATCH] misc: Fix PyPi license classifier. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1df033..1d1eb45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,9 +16,9 @@ readme = "README.md" requires-python = ">=3.8" classifiers = [ "Programming Language :: Python :: 3", - "License :: OSI Approved :: MIT License", "Topic :: Software Development :: Embedded Systems", "Operating System :: OS Independent", + "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", ] dependencies = [ 'cbor2 >= 5.4.6',