19 lines
385 B
TOML
19 lines
385 B
TOML
tool.uv.package = true
|
|
|
|
[project]
|
|
name = "fill3"
|
|
version = "v2025.06.07"
|
|
description = "Fill3 provides basic widgets for a tui."
|
|
authors = [
|
|
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
|
]
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"termstr",
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/ahamilton/eris"
|
|
|
|
[tool.uv.sources]
|
|
termstr = { workspace = true }
|