Initial commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user