Do not package tests

This commit is contained in:
Joel Wachsler 2022-07-14 12:46:11 +00:00
parent 90d3f8a023
commit 391ed560a6

View File

@ -6,7 +6,7 @@ license = "MIT"
keywords = ["qbittorrent"]
repository = "https://github.com/JoelWachsler/qbittorrent-web-api"
description = "Generated web api for qBittorrent"
exclude = ["*.txt", "tests"]
exclude = ["*.txt", "tests", "qbittorrent-web-api-gen/src/md_parser/token_tree_factory_tests"]
# we use trybuild instead
autotests = false