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