redox/recipes/wip/dev/python/python3-setuptools/recipe.toml

17 lines
210 B
TOML

[source]
git = "https://github.com/pypa/setuptools"
rev = "v82.0.1"
shallow_clone = true
[build]
template = "python"
dev-dependencies = [
"host:python312",
]
[package]
dependencies = [
"python312"
]