packaging: Try using uv workspaces.

This commit is contained in:
Andrew Hamilton 2024-12-28 17:29:38 +10:00
parent e6256f296f
commit fe5389d698
96 changed files with 46 additions and 90 deletions

View file

@ -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 }