From 1adac9dc3d2db233a114952304edf59769f5f1c3 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 4 Aug 2024 00:23:58 +0200 Subject: [PATCH] Use SPDX license identifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 91fb2967c..e41b89979 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{ name = "Home Assistant Team", email = "hello@home-assistant.io" }] description = "Python wrapper for zwave-js-server" readme = "README.md" requires-python = ">=3.12" -license = { file = "LICENSE" } +license = { text = "Apache-2.0" } keywords = ["home", "automation", "zwave", "zwave-js"] classifiers = [ "Development Status :: 4 - Beta",