- suppress most java warnings

This commit is contained in:
w.pomp
2026-07-14 12:49:16 +02:00
parent 25d2070ac3
commit 0d347b7967
2 changed files with 12 additions and 6 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "ndbioimage"
version = "2027.0.0"
version = "2027.0.1"
requires-python = ">=3.10"
classifiers = [
"License :: OSI Approved :: MIT License",
@@ -35,7 +35,7 @@ ndbioimage_generate_stub = "ndbioimage:ndbioimage_generate_stub"
[tool.maturin]
python-source = "py"
features = ["python", "bioformats_java", "tiffwrite"]
features = ["python", "bioformats_java", "tiffwrite", "czi"]
module-name = "ndbioimage.ndbioimage_rs"
include = ["py/ndbioimage/jassets/j4rs*", "py/ndbioimage/deps/libj4rs*"]