- exclude tests on publish

This commit is contained in:
Wim Pomp
2025-02-03 15:48:27 +01:00
parent 45aa72d14c
commit dd5e2d393f

View File

@@ -8,7 +8,7 @@ description = "Read bio image formats using the bio-formats java package."
homepage = "https://github.com/wimpomp/ndbioimage/tree/rs" homepage = "https://github.com/wimpomp/ndbioimage/tree/rs"
repository = "https://github.com/wimpomp/ndbioimage/tree/rs" repository = "https://github.com/wimpomp/ndbioimage/tree/rs"
readme = "README.md" readme = "README.md"
exclude = ["tests/.*"] exclude = ["/tests"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib] [lib]