This reverts commit b1eb3d30f5.
- Other projects couldn't depend on subprojects anymore.
29 lines
644 B
TOML
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",
|
|
]
|