packaging: Try to have package-data included in lscolors

This commit is contained in:
Andrew Hamilton 2024-12-18 23:31:33 +10:00
parent fb9f8f789b
commit 42acd6db75

View file

@ -1,4 +1,9 @@
tool.uv.package = true [build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true
[project] [project]
name = "lscolors" name = "lscolors"
@ -14,3 +19,11 @@ dependencies = [
[project.urls] [project.urls]
Homepage = "https://github.com/ahamilton/eris" Homepage = "https://github.com/ahamilton/eris"
[tool.hatch.version]
path = "lscolors/__init__.py"
[tool.hatch.build.targets.sdist]
include = [
"/lscolors",
]