From a7bb6b14ad1b26a468a768fc57656fdc35716c84 Mon Sep 17 00:00:00 2001 From: Markus Zehnder Date: Sat, 4 Nov 2023 17:16:45 +0100 Subject: [PATCH] fix: license classifier in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b245d2..d721145 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ description = "Python wrapper for the Unfolded Circle Integration API" classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", - "License :: OSI Approved :: MPL-2.0 License", + "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Operating System :: OS Independent", "Topic :: Software Development :: Libraries", "Topic :: Home Automation",