10 lines
239 B
TOML
10 lines
239 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.11.0"]
|
||
|
|
build-backend = "uv_build"
|