mirror of
https://github.com/sigmasternchen/grimoire
synced 2025-03-15 08:08:55 +00:00
fix: pyproject license string
This commit is contained in:
parent
9323d78c37
commit
7156638cbc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name = "grimoire-ssg"
|
|||
version = "0.1.0"
|
||||
description = "A minimalistic Static Site Generator"
|
||||
authors = ["Sigma <git@sigma-star.io>"]
|
||||
license = { file = "LICENSE" }
|
||||
license = "BSD-2-Clause"
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
|
|
Loading…
Reference in a new issue