19 lines
405 B
TOML
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"
|