[project] name = "auditui" version = "0.1.1" description = "An Audible TUI client" readme = "README.md" requires-python = ">=3.10,<3.13" dependencies = ["audible>=0.10.0", "httpx>=0.28.1", "textual>=6.7.1"] [project.scripts] auditui = "auditui.cli:main" [tool.uv] package = true