Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user