mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 19:34:18 +08:00
17 lines
210 B
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"
|
|
]
|
|
|