Files
packages/extra/mallard-ducktype/mallard-ducktype.toml
T
2026-03-21 12:43:00 -05:00

21 lines
415 B
TOML

[build]
type = "python"
[dependencies]
build = [
"python-setuptools",
"python-wheel",
]
runtime = ["python"]
[package]
description = "Parser for the lightweight Ducktype syntax for Mallard"
homepage = "http://projectmallard.org/"
license = "MIT"
name = "mallard-ducktype"
version = "1.0.2"
[[source]]
extract_dir = "$name-$version"
url = "https://github.com/projectmallard/mallard-ducktype.git#$version"