initial commit
Adds the foundation of a _very_ simple taskopen implementation.
This commit is contained in:
commit
6a0c697a05
4 changed files with 80 additions and 0 deletions
9
pyproject.toml
Normal file
9
pyproject.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[project]
|
||||
name = "topen"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"tasklib>=2.5.1",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue