Files
2026-03-21 12:43:00 -05:00

21 lines
401 B
TOML

[build]
type = "python"
[dependencies]
build = [
"python-setuptools",
"python-wheel",
]
runtime = ["python"]
[package]
description = "Easily import docs to your gh-pages branch"
homepage = "https://github.com/c-w/ghp-import"
license = "Apache-2.0"
name = "python-ghp-import"
version = "2.1.0"
[[source]]
extract_dir = "$name-$version"
url = "https://github.com/c-w/ghp-import.git#$version"