eris/lscolors/pyproject.toml

33 lines
621 B
TOML
Raw Normal View History

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true
[project]
name = "lscolors"
2025-06-21 14:43:57 +10:00
version = "v2025.06.21"
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-28 17:29:38 +10:00
"termstr",
]
2024-12-28 17:29:38 +10:00
[tool.uv.sources]
termstr = { workspace = true }
[project.urls]
Homepage = "https://github.com/ahamilton/eris"
[tool.hatch.version]
path = "lscolors/__init__.py"
[tool.hatch.build.targets.sdist]
include = [
"/lscolors",
]