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