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