2024-12-11 22:14:55 +10:00
|
|
|
tool.uv.package = true
|
|
|
|
|
|
2024-12-20 22:46:22 +10:00
|
|
|
[tool.uv.sources]
|
|
|
|
|
termstr = { path = "../termstr" }
|
|
|
|
|
|
2024-12-10 22:54:35 +10:00
|
|
|
[project]
|
|
|
|
|
name = "fill3"
|
2024-12-20 22:48:30 +10:00
|
|
|
version = "v2024.12.20"
|
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-20 22:46:22 +10:00
|
|
|
"termstr",
|
2024-12-10 22:54:35 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[project.urls]
|
|
|
|
|
Homepage = "https://github.com/ahamilton/eris"
|