chore: Include all packages in src folder

This commit is contained in:
Vikash Kothary 2022-07-02 13:44:35 +01:00
parent 48005abc59
commit e54b8a8b42

View File

@ -4,7 +4,7 @@ version = "2.3.0"
description = "Self-hosted Anki Sync Server."
authors = ["Vikash Kothary <kothary.vikash@gmail.com>"]
packages = [
{ include = "ankisyncd", from = "src" }
{ include = "*", from = "src" }
]
[tool.poetry.dependencies]