[project] name = "auditui" version = "0.2.0" description = "An Audible TUI client" readme = "README.md" requires-python = ">=3.10,<3.13" dependencies = ["audible>=0.10.0", "httpx>=0.28.1", "textual>=8.0.0"] [project.optional-dependencies] dev = [ "coverage[toml]>=7.0", "pytest>=7.0", "pytest-asyncio>=0.23", "httpx>=0.28.1", ] [project.scripts] auditui = "auditui.cli:main" [tool.pytest.ini_options] testpaths = ["tests"] [tool.coverage.run] branch = true source = ["auditui"] [tool.coverage.report] show_missing = true skip_covered = true [tool.uv] package = true