2024-12-11 22:14:55 +10:00
|
|
|
tool.uv.package = true
|
|
|
|
|
|
2024-12-10 22:54:35 +10:00
|
|
|
[project]
|
|
|
|
|
name = "fill3"
|
2025-06-04 16:00:26 +10:00
|
|
|
version = "v2025.06.04"
|
2024-12-10 22:54:35 +10:00
|
|
|
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",
|
2024-12-10 22:54:35 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[project.urls]
|
|
|
|
|
Homepage = "https://github.com/ahamilton/eris"
|
2024-12-28 17:29:38 +10:00
|
|
|
|
|
|
|
|
[tool.uv.sources]
|
|
|
|
|
termstr = { workspace = true }
|