Skip to content

Commit 1c18706

Browse files
authored
🐛 OZI.build 1.10.6 fix metadata format
Signed-off-by: Eden Ross Duff, MSc, DDiv <ozi.project@outlook.com>
1 parent b6806dc commit 1c18706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = {file = "LICENSE.txt"}
55

66
[build-system]
77
requires = [
8-
"OZI.build[core,uv]~=1.10.1",
8+
"OZI.build[core,uv]~=1.10.6",
99
]
1010
build-backend = "ozi_build.buildapi"
1111

@@ -338,7 +338,7 @@ package = wheel
338338
deps =
339339
uv
340340
commands_pre =
341-
python -m uv pip install OZI.build[core,uv]~=1.5
341+
python -m uv pip install OZI.build[core,uv]~=1.10.6
342342
pipx install --python=python meson
343343
commands =
344344
meson setup {env_tmp_dir} -Dozi:dist=disabled -Dozi:tox-env-dir={env_dir}

0 commit comments

Comments
 (0)