From 6e43222420154e1f04af233b1d1aef89ce5bb2f6 Mon Sep 17 00:00:00 2001 From: Matthew Vine <32849887+MattTheCuber@users.noreply.github.com> Date: Fri, 12 Dec 2025 07:45:25 -0500 Subject: [PATCH 1/2] fix: license specification --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3b29282..2be8610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,8 @@ keywords = [ "matplotlib", "python", ] -license = {file = "LICENSE"} +license = "BSD-3-Clause" +license-files = {file = "LICENSE"} readme = "README.md" requires-python = ">=3.9" From b8260905dd20d0107386c91de3f1011b46c281cd Mon Sep 17 00:00:00 2001 From: Matthew Vine <32849887+MattTheCuber@users.noreply.github.com> Date: Fri, 12 Dec 2025 07:47:21 -0500 Subject: [PATCH 2/2] fix: license file spec --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2be8610..af44c37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ keywords = [ "python", ] license = "BSD-3-Clause" -license-files = {file = "LICENSE"} +license-files = ["LICENSE"] readme = "README.md" requires-python = ">=3.9"