From 8ca1be37e163ca24da1f60c90f288217db63365a Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 5 Mar 2026 19:16:43 +0100 Subject: [PATCH] fix: Update license format in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 026d072..49dddcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ version = "0.3.2" description = "This is a python client for interacting with the WeKan® REST-API" readme = "README.md" - license = { text = "BSD 3-Clause License" } + license = "BSD-3-Clause" # Change the version for the tools below too when bumping up requires-python = ">=3.9" classifiers = [