Added project files
This commit is contained in:
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user