18 lines
429 B
TOML
18 lines
429 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = ["python-flit-core"]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "Sphinx extension which renders HTML help files"
|
|
homepage = "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp"
|
|
license = "BSD-2-Clause"
|
|
name = "python-sphinxcontrib-htmlhelp"
|
|
version = "2.1.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp.git#$version"
|