From e35205205834b17102b106dbddef2c8e20cd901e Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 4 May 2026 09:27:07 +0200 Subject: [PATCH] chore: use new license specification inside pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3b29282..af44c37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,8 @@ keywords = [ "matplotlib", "python", ] -license = {file = "LICENSE"} +license = "BSD-3-Clause" +license-files = ["LICENSE"] readme = "README.md" requires-python = ">=3.9"