18 lines
424 B
TOML
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"
|