From 75cf2768d359b3743d6ed8a8b52ac55eac2da562 Mon Sep 17 00:00:00 2001 From: D Anzorge Date: Fri, 9 Apr 2021 22:50:44 +0200 Subject: [PATCH] Add bookwyrm and celerywyrm as poetry packages --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) 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"