From 7156638cbc81ddc3ae3813aee577f235cd262623 Mon Sep 17 00:00:00 2001 From: sigmasternchen Date: Mon, 6 Jan 2025 21:32:09 +0100 Subject: [PATCH] fix: pyproject license string --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ded271f..0c3285f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "grimoire-ssg" version = "0.1.0" description = "A minimalistic Static Site Generator" authors = ["Sigma "] -license = { file = "LICENSE" } +license = "BSD-2-Clause" readme = "README.md" [tool.poetry.dependencies]