Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user