2026-02-24 17:15:46 -06:00
|
|
|
[project]
|
|
|
|
|
name = "executable-file"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
description = "A test package containing a file with executable permissions"
|
|
|
|
|
requires-python = ">=3.12"
|
|
|
|
|
|
|
|
|
|
[build-system]
|
2026-03-23 16:13:35 -05:00
|
|
|
requires = ["uv_build>=0.8.0,<0.12"]
|
2026-02-24 17:15:46 -06:00
|
|
|
build-backend = "uv_build"
|