16 lines
359 B
TOML
16 lines
359 B
TOML
tool.uv.package = true
|
|
|
|
[project]
|
|
name = "termstr"
|
|
version = "v2025.06.03"
|
|
description = "Termstr provides strings with extra terminal styling."
|
|
authors = [
|
|
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
|
]
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"cwcwidth==0.1.5",
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/ahamilton/eris"
|