eris/lscolors/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

29 lines
644 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true
[project]
name = "lscolors"
version = "v2024.12.20"
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.18#subdirectory=termstr",
]
[project.urls]
Homepage = "https://github.com/ahamilton/eris"
[tool.hatch.version]
path = "lscolors/__init__.py"
[tool.hatch.build.targets.sdist]
include = [
"/lscolors",
]