Skip to content

Commit 974429d

Browse files
committed
chore: update build system configuration and return uv-build dependency
1 parent 9516b2b commit 974429d

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Issues = "https://github.com/AlphaSphereDotAI/vocalizr/issues"
2727
Repository = "https://github.com/AlphaSphereDotAI/vocalizr.git"
2828
Twitter = "https://x.com/AlphaSphereAI"
2929

30+
[build-system]
31+
requires = ["uv_build"]
32+
build-backend = "uv_build"
33+
3034
[project.scripts]
3135
vocalizr = "vocalizr.__main__:main"
3236

@@ -42,6 +46,7 @@ dev = [
4246
"pytest>=9.0.0",
4347
"ruff>=0.14.4",
4448
"ty>=0.0.1a25",
49+
"uv-build>=0.9.8",
4550
]
4651

4752
[tool.uv.sources]

uv.lock

Lines changed: 29 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)