Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
@@ -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"