some reformatiing, uv setup, removed i3 special case

This commit is contained in:
2026-06-19 11:13:02 +02:00
parent a1f58829a6
commit d7c74c9b47
6 changed files with 77 additions and 40 deletions
+14
View File
@@ -0,0 +1,14 @@
[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