From 45aa72d14c5a263fdddf6168188eb52eecc8131d Mon Sep 17 00:00:00 2001 From: Wim Pomp Date: Mon, 3 Feb 2025 15:45:29 +0100 Subject: [PATCH] - exclude tests on publish --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bae0d95..05b8512 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +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/.*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]