diff --git a/pyproject.toml b/pyproject.toml index 9b51ce3..85bfcfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]