23 lines
558 B
TOML
23 lines
558 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-calver",
|
|
"python-setuptools",
|
|
"python-wheel",
|
|
]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "Canonical source for classifiers on PyPI (pypi.org)"
|
|
homepage = "https://github.com/pypa/trove-classifiers"
|
|
license = "Apache-2.0"
|
|
name = "python-trove-classifiers"
|
|
version = "2026.1.14.14"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "aad9b7b24472eda66c29566d546804ac5eaf625ceed359a16fd25e3351766102"
|
|
url = "https://github.com/pypa/trove-classifiers/archive/refs/tags/$version.tar.gz"
|