Files
2026-03-21 12:43:00 -05:00

24 lines
462 B
TOML

[build]
type = "python"
[dependencies]
build = [
"python-flit-core",
"python-wheel",
]
runtime = [
"python",
"python-yaml",
]
[package]
description = "A custom YAML tag for referencing environment variables in YAML files"
homepage = "https://github.com/waylan/pyyaml-env-tag"
license = "MIT"
name = "python-pyyaml-env-tag"
version = "0.1"
[[source]]
extract_dir = "$name-$version"
url = "https://github.com/waylan/pyyaml-env-tag.git#$version"