Files
recurSHion/pyproject.toml

16 lines
326 B
TOML

[project]
name = "recurshion"
version = "0.1.0"
description = "CLI tool for chaining POSIX shells"
readme = "README.md"
authors = [
{ name = "Adrian Jaroszewski", email = "jaroszea@sheridancollege.ca" }
]
requires-python = ">=3.13"
dependencies = [
"pyyaml>=6.0.2",
]
[project.scripts]
recurshion = "recurshion:main"