Add ankisyncd package to pass tests

This commit is contained in:
Vikash Kothary 2020-12-23 23:24:31 +00:00
parent 0fe4b4f8b6
commit 2e820b0a89

View File

@ -3,6 +3,9 @@ name = "anki-sync-server"
version = "2.2.0"
description = "Self-hosted Anki Sync Server."
authors = ["Vikash Kothary <kothary.vikash@gmail.com>"]
packages = [
{ include = "ankisyncd", from = "src" }
]
[tool.poetry.dependencies]
python = "^3.8"