28 lines
636 B
TOML
28 lines
636 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[build.flags]
|
|
source_subdir = "backend"
|
|
|
|
[dependencies]
|
|
runtime = [
|
|
"python",
|
|
"python-editables",
|
|
"python-packaging",
|
|
"python-pathspec",
|
|
"python-pluggy",
|
|
"python-trove-classifiers",
|
|
]
|
|
|
|
[package]
|
|
description = "Extensible, standards compliant build backend used by Hatch"
|
|
homepage = "https://github.com/pypa/hatch/tree/master/backend"
|
|
license = "MIT"
|
|
name = "python-hatchling"
|
|
version = "1.29.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "a687fb850d66e15986435b63cad6b041592dc2db6aed405cac0fd9c646835dec"
|
|
url = "https://github.com/pypa/hatch/archive/hatchling-v$version.tar.gz"
|