Remove files when packaging
This commit is contained in:
parent
2d7b0ddb3f
commit
dac3a88de4
|
@ -6,7 +6,14 @@ license = "MIT"
|
|||
keywords = ["qbittorrent"]
|
||||
repository = "https://github.com/JoelWachsler/qbittorrent-web-api"
|
||||
description = "Generated web api for qBittorrent"
|
||||
exclude = ["*.txt", "tests", "src/md_parser/token_tree_factory_tests"]
|
||||
exclude = [
|
||||
"*.txt",
|
||||
"*.check",
|
||||
"*.tree",
|
||||
"tests",
|
||||
"src/md_parser/token_tree_factory_tests",
|
||||
"src/parser/group/method_tests",
|
||||
]
|
||||
# we use trybuild instead
|
||||
autotests = false
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user