mirror of https://github.com/astral-sh/uv
Look, a real uv build
This commit is contained in:
parent
a186fda2d2
commit
3432736872
|
|
@ -0,0 +1,11 @@
|
||||||
|
[project]
|
||||||
|
name = "uv"
|
||||||
|
version = "0.1.0"
|
||||||
|
requires-python = ">=3.8"
|
||||||
|
|
||||||
|
[tool.uv.build-backend.data]
|
||||||
|
scripts = "scripts"
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["uv_build>=0.8.0,<0.9"]
|
||||||
|
build-backend = "uv_build"
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../../../../target/debug/uv
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../../../python/
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../../../target/debug/uv
|
||||||
Loading…
Reference in New Issue