File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ This directory contains Lua libraty files and their checksums
Original file line number Diff line number Diff line change 1- [tool . poetry ]
1+ [project ]
22name = " when"
33version = " 2.0.3"
44description = " Interface for the **whenever** automation tool"
5- authors = [" Francesco Garosi <francesco.garosi@gmail.com>" ]
5+ authors = [
6+ { name = " Francesco Garosi" , email = " francesco.garosi@gmail.com" },
7+ ]
68license = ' BSD 3-Clause "New" or "Revised" License'
79readme = " README.md"
10+ requires-python = " >=3.10"
11+
12+ [tool .poetry ]
813packages = [
914 { include = " lib" },
1015 { include = " when" },
1116]
17+ include = [
18+ " lua" ,
19+ ]
20+
21+ [project .scripts ]
22+ when = " when.when:main"
23+
24+ [project .gui-scripts ]
25+ when-bg = " when.when_bg:run_bg"
26+
1227
1328[tool .poetry .dependencies ]
1429python = " ^3.10"
@@ -34,10 +49,6 @@ ttkbootstrap-icons-mat = "^1.0.0"
3449winshell = { version = " ^0.6" , markers = " sys_platform == 'win32'" }
3550wmi = { version = " ^1.5.1" , markers = " sys_platform == 'win32'" }
3651
37- [tool .poetry .scripts ]
38- when = " when.when:main"
39- when-bg = " when.when_bg:run_bg"
40-
4152[build-system ]
4253requires = [" poetry-core" ]
4354build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments