22 lines
495 B
TOML
22 lines
495 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-setuptools",
|
|
"python-wheel",
|
|
]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "Setuptools extension for CalVer package versions"
|
|
homepage = "https://github.com/di/calver"
|
|
license = "Apache-2.0"
|
|
name = "python-calver"
|
|
version = "2025.10.20"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "8378c74d31e7d04ab1fd00f0a0d128525941823134c1e79dbcd649d3c130fc03"
|
|
url = "https://github.com/di/calver/archive/refs/tags/$version.tar.gz"
|