packaging: Try using uv workspaces.
This commit is contained in:
parent
e6256f296f
commit
fe5389d698
96 changed files with 46 additions and 90 deletions
|
|
@ -9,8 +9,11 @@ authors = [
|
|||
]
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=termstr",
|
||||
"termstr",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/ahamilton/eris"
|
||||
|
||||
[tool.uv.sources]
|
||||
termstr = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue