21 lines
415 B
TOML
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"
|