From 6df6c0b20bf7fdbaac6b3003c3d5e340216c6103 Mon Sep 17 00:00:00 2001 From: sigmasternchen Date: Mon, 6 Jan 2025 21:40:00 +0100 Subject: [PATCH] fix: Add packages section to pyproject --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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 "]