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

21 lines
389 B
TOML

[build]
type = "python"
[dependencies]
build = [
"python-wheel",
"python-flit-core",
]
runtime = ["python"]
[package]
description = "URL utilities for markdown-it"
homepage = "https://github.com/executablebooks/mdurl"
license = "MIT"
name = "python-mdurl"
version = "0.1.2"
[[source]]
extract_dir = "$name-$version"
url = "https://github.com/executablebooks/mdurl.git#$version"