From 4d580f483e2ad665cec990922f8d4828a376e687 Mon Sep 17 00:00:00 2001 From: KeinNiemand <18308201+KeinNiemand@users.noreply.github.com> Date: Fri, 3 Sep 2021 20:28:15 +0200 Subject: [PATCH] include files in ebook and sites in poetry build --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 372cde3..b8085bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "1.0.0" description = "Turn a story on certain websites into an ebook for convenient reading" authors = ["David Lynch "] license = "MIT License" +include = ["ebook/*", "sites/*"] [tool.poetry.scripts] leech = "leech:cli"