diff --git a/pyproject.toml b/pyproject.toml index 69bca0e1f..9f1a40e28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,8 @@ version = "0.1.0" description = "" authors = ["Mouse Reeve "] +packages = [ { include = "bookwyrm"}, { include = "celerywyrm" } ] + [tool.poetry.dependencies] python = "^3.9" celery = "4.4.2"