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]