[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "whisper-remote-cli" version = "0.1.0" description = "CLI that forwards transcription requests to whisper-remote-backend" readme = "README.md" requires-python = ">=3.11" dependencies = [ "httpx>=0.28.0,<1.0.0", ] [project.optional-dependencies] dev = [ "pytest>=8.3.0,<9.0.0", ] [project.scripts] whisper-remote = "whisper_remote_cli.main:main"