eris/fill3/pyproject.toml

20 lines
385 B
TOML
Raw Permalink Normal View History

tool.uv.package = true
[project]
name = "fill3"
2025-07-11 23:05:37 +10:00
version = "v2025.07.11"
description = "Fill3 provides basic widgets for a tui."
authors = [
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
]
requires-python = ">=3.11"
dependencies = [
2024-12-28 17:29:38 +10:00
"termstr",
]
[project.urls]
Homepage = "https://github.com/ahamilton/eris"
2024-12-28 17:29:38 +10:00
[tool.uv.sources]
termstr = { workspace = true }