From e54b8a8b42ab27391ec7cfb1d8c98e5f7a7ff488 Mon Sep 17 00:00:00 2001 From: Vikash Kothary Date: Sat, 2 Jul 2022 13:44:35 +0100 Subject: [PATCH] chore: Include all packages in src folder --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fbb703e..d976ee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "2.3.0" description = "Self-hosted Anki Sync Server." authors = ["Vikash Kothary "] packages = [ - { include = "ankisyncd", from = "src" } + { include = "*", from = "src" } ] [tool.poetry.dependencies]