15 lines
260 B
TOML
15 lines
260 B
TOML
[project]
|
|
name = "topen"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"tasklib>=2.5.1",
|
|
]
|
|
|
|
[project.scripts]
|
|
topen = "topen:main"
|
|
|
|
[tool.pyright]
|
|
typeCheckingMode = "standard"
|