build: add script entrypoint

This commit is contained in:
2025-12-20 22:53:00 +01:00
parent 32b37a0834
commit 553f5cb4f7

View File

@@ -4,8 +4,7 @@ version = "0.1.0"
description = "An Audible TUI client"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"audible>=0.10.0",
"httpx>=0.28.1",
"textual>=6.7.1",
]
dependencies = ["audible>=0.10.0", "httpx>=0.28.1", "textual>=6.7.1"]
[project.scripts]
auditui = "auditui.cli:main"