eris/lscolors/pyproject.toml

15 lines
398 B
TOML
Raw Normal View History

[project]
name = "lscolors"
2024-12-10 23:10:58 +10:00
version = "v2024.12.10"
description = "Give coloring for file types as in the ls command."
authors = [
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
]
requires-python = ">=3.11"
dependencies = [
2024-12-10 23:10:58 +10:00
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.10#subdirectory=termstr",
]
[project.urls]
Homepage = "https://github.com/ahamilton/eris"