From 8eb0d244baa19eb7d6323bbd06d7740a4953d88b Mon Sep 17 00:00:00 2001 From: William Jamir Silva Date: Mon, 24 Mar 2025 15:18:23 +0100 Subject: [PATCH] Update license file reference from LICENSE to LICENCE in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d785ef..46e0e15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ keywords = [ "humanize time size", ] license = "MIT" -license-files = [ "LICENSE" ] +license-files = [ "LICENCE" ] maintainers = [ { name = "Hugo van Kemenade" } ] authors = [ { name = "Jason Moiron", email = "jmoiron@jmoiron.net" } ] requires-python = ">=3.9"