packaging: Try uv path dependencies in projects
This commit is contained in:
parent
b140bc9752
commit
b1eb3d30f5
7 changed files with 43 additions and 15 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue