eris/lscolors/pyproject.toml
Andrew Hamilton e164f4e7d1 packaging: Use pyproject.toml files instead of setup.py
- Should at least work with pip and uv.
- Also added uv.lock files.
2024-12-10 22:54:35 +10:00

14 lines
398 B
TOML

[project]
name = "lscolors"
version = "v2024.12.07"
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 = [
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.07#subdirectory=termstr",
]
[project.urls]
Homepage = "https://github.com/ahamilton/eris"