This commit is contained in:
2026-05-12 16:35:06 +02:00
parent 0d285559f1
commit 640715fc26
6 changed files with 417 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "cli"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"prettytable>=3.17.0",
"requests>=2.34.0",
"typer>=0.25.1",
]
[project.scripts]
rcli = "rs-cli.main:app"