From 2e820b0a89f899f720826cd2aac983d295e07dea Mon Sep 17 00:00:00 2001 From: Vikash Kothary Date: Wed, 23 Dec 2020 23:24:31 +0000 Subject: [PATCH] Add ankisyncd package to pass tests --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 47816bd..484036a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,9 @@ name = "anki-sync-server" version = "2.2.0" description = "Self-hosted Anki Sync Server." authors = ["Vikash Kothary "] +packages = [ + { include = "ankisyncd", from = "src" } +] [tool.poetry.dependencies] python = "^3.8"