22 lines
403 B
TOML
22 lines
403 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-wheel",
|
|
"python-setuptools-scm",
|
|
"git"
|
|
]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "Pathlib-compatible object wrapper for zip files"
|
|
homepage = "https://github.com/jaraco/zipp"
|
|
license = "MIT"
|
|
name = "python-zipp"
|
|
version = "3.23.1"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/jaraco/zipp.git#v$version"
|