eris/termstr/pyproject.toml
Andrew Hamilton e6256f296f Revert "packaging: Try uv path dependencies in projects"
This reverts commit b1eb3d30f5.

- Other projects couldn't depend on subprojects anymore.
2024-12-20 22:52:03 +10:00

15 lines
336 B
TOML

[project]
name = "termstr"
version = "v2024.12.20"
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"