21 lines
428 B
TOML
21 lines
428 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = ["python-flit-core"]
|
|
runtime = [
|
|
"python",
|
|
"python-sphinx",
|
|
]
|
|
|
|
[package]
|
|
description = "Extension to include jQuery on newer Sphinx releases"
|
|
homepage = "https://github.com/sphinx-contrib/jquery"
|
|
license = "0BSD"
|
|
name = "python-sphinxcontrib-jquery"
|
|
version = "4.1"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/sphinx-contrib/jquery.git#v$version"
|