mirror of
https://github.com/astral-sh/uv
synced 2026-06-21 13:47:25 +00:00
1f31f0e9fb
Co-authored-by: Zsolt Dollenstein <zsol.zsol@gmail.com> Co-authored-by: Geoffrey Thomas <geofft@ldpreload.com>
10 lines
237 B
TOML
10 lines
237 B
TOML
[project]
|
|
name = "executable-file"
|
|
version = "1.0.0"
|
|
description = "A test package containing a file with executable permissions"
|
|
requires-python = ">=3.12"
|
|
|
|
[build-system]
|
|
requires = ["uv_build>=0.8.0,<0.12"]
|
|
build-backend = "uv_build"
|