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