Skip to content

Commit 3c47e29

Browse files
authored
src layout and test warnings cleaned up (#380)
* test: fix TIFF file handle leaks and suppress closed-file warnings across readers and tests Signed-off-by: Sricharan Reddy Varra <sricharan.varra@biohub.org> * build: set src/iohub to wheel build target Signed-off-by: Sricharan Reddy Varra <sricharan.varra@biohub.org> --------- Signed-off-by: Sricharan Reddy Varra <sricharan.varra@biohub.org>
1 parent 6f16e41 commit 3c47e29

27 files changed

Lines changed: 149 additions & 124 deletions

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "N-dimensional bioimaging data I/O with OME metadata in Python"
88
authors = [
99
{name = "CZ Biohub and iohub contributors", email = "iohub@czbiohub.org"},
1010
]
11-
license = {text = "BSD 3-Clause License"}
11+
license = {file = "LICENSE"}
1212
readme = "README.md"
1313
requires-python = ">=3.11"
1414
classifiers = [
@@ -83,6 +83,10 @@ iohub = "iohub.cli.cli:cli"
8383
[tool.hatch.version]
8484
source = "uv-dynamic-versioning"
8585

86+
[tool.hatch.build.targets.wheel]
87+
packages = ["src/iohub"]
88+
89+
8690
[tool.uv-dynamic-versioning]
8791
vcs = "git"
8892
style = "pep440"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)