From afe07298feec3b677157675c785db8b5437e4522 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:08:09 +0100 Subject: [PATCH] Use SPDX license expression --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8a381691..bd4571b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ keywords = ["homematicip cloud","homematicip"] dynamic = [ "version" ] -license = {file = "LICENSE.txt"} +license = {text = "GPL-3.0-or-later"} [project.urls] Homepage = "https://github.com/hahn-th/homematicip-rest-api" @@ -48,4 +48,4 @@ asyncio_mode = "auto" [project.scripts] hmip_cli = "homematicip.cli.hmip_cli:main" -hmip_generate_auth_token = "homematicip.cli.hmip_generate_auth_token:main" \ No newline at end of file +hmip_generate_auth_token = "homematicip.cli.hmip_generate_auth_token:main"