mirror of
https://github.com/sigmasternchen/grimoire-ssg
synced 2025-03-15 01:58:54 +00:00
fix: Add packages section to pyproject
This commit is contained in:
parent
a31797a950
commit
6df6c0b20b
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
[tool.poetry]
|
||||
name = "grimoire-ssg"
|
||||
packages = [
|
||||
{ include = "grimoire-ssg" }
|
||||
]
|
||||
version = "0.1.0"
|
||||
description = "A minimalistic Static Site Generator"
|
||||
authors = ["Sigma <git@sigma-star.io>"]
|
||||
|
|
Loading…
Reference in a new issue