[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"