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

18 lines
424 B
TOML

[build]
type = "python"
[dependencies]
build = ["python-flit-core"]
runtime = ["python-markdown-it-py"]
[package]
description = "Collection of core plugins for markdown-it-py"
homepage = "https://github.com/executablebooks/mdit-py-plugins"
license = "MIT"
name = "python-mdit_py_plugins"
version = "0.5.0"
[[source]]
extract_dir = "$name-$version"
url = "https://github.com/executablebooks/mdit-py-plugins.git#v$version"