From dd5e2d393f47647bd54cb5c78a3f76b992ae6f85 Mon Sep 17 00:00:00 2001 From: Wim Pomp Date: Mon, 3 Feb 2025 15:48:27 +0100 Subject: [PATCH] - exclude tests on publish --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05b8512..02c50c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "Read bio image formats using the bio-formats java package." homepage = "https://github.com/wimpomp/ndbioimage/tree/rs" repository = "https://github.com/wimpomp/ndbioimage/tree/rs" readme = "README.md" -exclude = ["tests/.*"] +exclude = ["/tests"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]