packaging: Try to have package-data included in lscolors
This commit is contained in:
parent
fb9f8f789b
commit
42acd6db75
1 changed files with 14 additions and 1 deletions
|
|
@ -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",
|
||||||
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue