15 lines
216 B
TOML
15 lines
216 B
TOML
[project]
|
|
name = "timer"
|
|
version = "0.3.1"
|
|
description = "Just a countdown"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = ["click"]
|
|
|
|
[project.scripts]
|
|
timer = "timer:main"
|
|
|
|
[tool.uv]
|
|
package = true
|
|
|