Files
packages/extra/python-zipp/python-zipp.toml
T
2026-03-21 12:43:00 -05:00

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"