packaging: Try uv path dependencies in projects

This commit is contained in:
Andrew Hamilton 2024-12-20 22:46:22 +10:00
parent b140bc9752
commit b1eb3d30f5
7 changed files with 43 additions and 15 deletions

View file

@ -5,6 +5,9 @@ build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true
[tool.uv.sources]
termstr = { path = "../termstr" }
[project]
name = "lscolors"
version = "v2024.12.18"
@ -14,7 +17,7 @@ authors = [
]
requires-python = ">=3.11"
dependencies = [
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=termstr",
"termstr",
]
[project.urls]