29 lines
557 B
TOML
29 lines
557 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
optional = [
|
|
"python-editables",
|
|
"python-setuptools",
|
|
]
|
|
runtime = [
|
|
"python",
|
|
"python-packaging",
|
|
"python-pyproject-metadata",
|
|
"python-tomli-w",
|
|
]
|
|
build = [
|
|
"git",
|
|
]
|
|
|
|
[package]
|
|
description = "The build backend used by PDM that supports latest packaging standards"
|
|
homepage = "https://github.com/pdm-project/pdm-backend"
|
|
license = "MIT"
|
|
name = "python-pdm-backend"
|
|
version = "2.4.7"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/pdm-project/pdm-backend.git#$version"
|