From db8318622c350b1230c16be669c8534f44320813 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 13 Jul 2025 21:32:24 -0400 Subject: [PATCH] fixed license identifier in pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3af55b6..caf20fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "zona" version = "1.0.0" description = "Opinionated static site generator." -license = "BSD-3" +license = "BSD-3-Clause " license-files = ["LICENSE"] readme = "README.md" authors = [