- workflow updates
PyTest / pytest (3.12) (push) Failing after 17s
PyTest / pytest (3.14) (push) Failing after 22s
PyTest / pytest (3.10) (push) Has been cancelled

- python stubs
This commit is contained in:
Wim Pomp
2026-05-09 13:00:47 +02:00
parent 2fc0bf8c9f
commit 91f863366d
11 changed files with 208 additions and 7 deletions
+3
View File
@@ -33,6 +33,9 @@ test = ["pytest", "tifffile", "imagecodecs"]
homepage = "https://github.com/wimpomp/tiffwrite"
repository = "https://github.com/wimpomp/tiffwrite"
[project.scripts]
tiffwrite_generate_stub = "tiffwrite:tiffwrite_generate_stub"
[tool.maturin]
python-source = "py"
features = ["pyo3/extension-module", "python"]