eris/fill3/pyproject.toml
Andrew Hamilton e6256f296f Revert "packaging: Try uv path dependencies in projects"
This reverts commit b1eb3d30f5.

- Other projects couldn't depend on subprojects anymore.
2024-12-20 22:52:03 +10:00

16 lines
408 B
TOML

tool.uv.package = true
[project]
name = "fill3"
version = "v2024.12.20"
description = "Fill3 provides basic widgets for a tui."
authors = [
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
]
requires-python = ">=3.11"
dependencies = [
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=termstr",
]
[project.urls]
Homepage = "https://github.com/ahamilton/eris"