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"