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]