Files
2026-03-21 12:43:00 -05:00

19 lines
405 B
TOML

[build]
type = "python"
[dependencies]
build = ["python-hatchling"]
runtime = ["python"]
[package]
description = "Python API for cross-platform colored terminal text."
homepage = "https://pypi.python.org/pypi/colorama"
license = "BSD-3-Clause"
name = "python-colorama"
version = "0.4.6"
[[source]]
extract_dir = "$name-$version"
sha256 = "skip"
url = "https://github.com/tartley/colorama.git#$version"