From f85d3fa296f411847d7b8e8015651913f41df9e2 Mon Sep 17 00:00:00 2001 From: Bill Wallis Date: Wed, 13 May 2026 11:20:02 +0100 Subject: [PATCH] chore: update license specifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a3a6d0..a2aceb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ version = "0.0.0" description = "" authors = [{name = "billwallis"}] readme = "README.md" -license = {file = "LICENSE"} +license-files = ["LICENSE"] requires-python = ">=3.13" dependencies = []