[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "livekit-plugins-cambai" dynamic = ["version"] description = "LiveKit Agents plugin for Camb.ai TTS" readme = "README.md" license = "Apache-2.0" requires-python = ">=3.9.0" authors = [{ name = "LiveKit", email = "hello@livekit.io" }] keywords = ["voice", "ai", "tts", "text-to-speech", "livekit", "camb", "cambai", "mars"] classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Topic :: Multimedia :: Sound/Audio", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3 :: Only", ] dependencies = [ "livekit-agents>=1.6.5", ] [project.optional-dependencies] vertex = [ "google-auth>=2.0.0", ] [project.urls] Documentation = "https://docs.livekit.io" Website = "https://livekit.io/" Source = "https://github.com/livekit/agents" [tool.hatch.version] path = "livekit/plugins/cambai/version.py" [tool.hatch.build.targets.wheel] packages = ["livekit"] [tool.hatch.build.targets.sdist] include = ["/livekit"] [tool.uv] exclude-newer = "7 days" exclude-newer-package = { livekit-agents = "0 days" }