some reformatiing, uv setup, removed i3 special case
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user