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"