Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
[build]
type = "python"
[dependencies]
build = [
"python",
"python-flit-core",
"python-packaging",
]
runtime = ["python"]
[package]
description = "the reference implementation of the Python wheel packaging standard"
homepage = "https://pypi.org/project/wheel/"
license = "MIT"
name = "python-wheel"
version = "0.46.3"
[[source]]
extract_dir = "$name-$version"
sha256 = "e3e79874b07d776c40bd6033f8ddf76a7dad46a7b8aa1b2787a83083519a1803"
url = "https://pypi.org/packages/source/w/wheel/wheel-$version.tar.gz"