23 lines
522 B
TOML
23 lines
522 B
TOML
[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"
|