Skip to content

Commit 7052872

Browse files
committed
do version lookup without loguru import during setup
1 parent 7ed6855 commit 7052872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ build-backend = "setuptools.build_meta"
6565
where = ["src/"]
6666

6767
[tool.setuptools.dynamic]
68-
version = { attr = "bioimageio.spec.__version__" }
68+
version = { attr = "bioimageio.spec._version.VERSION" }
6969

7070
[tool.pyright]
7171
exclude = [

0 commit comments

Comments
 (0)