Skip to content

Commit 0880ec9

Browse files
authored
fix: add build system (#12)
1 parent e284b9b commit 0880ec9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[build-system]
2+
requires = ["uv_build>=0.9.0,<0.10.0"]
3+
build-backend = "uv_build"
4+
15
[project]
26
name = "pyproject"
37
version = "0.1.0"

uv.lock

Lines changed: 1 addition & 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)