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

@ -1,5 +1,8 @@
tool.uv.package = true
[tool.uv.sources]
termstr = { path = "../termstr" }
[project]
name = "fill3"
version = "v2024.12.18"
@ -9,7 +12,7 @@ authors = [
]
requires-python = ">=3.11"
dependencies = [
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=termstr",
"termstr",
]
[project.urls]