Remove test files from package

This commit is contained in:
Joel Wachsler 2022-07-14 18:22:20 +00:00
parent 4a0db615a5
commit 79004924ec

View File

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