vban-cli/pyproject.toml
onyx-and-iris 185e9f2287 bump cyclopts dep version
add ToC to README.
add Shell Completion section to README

patch bump
2026-03-23 23:22:16 +00:00

28 lines
836 B
TOML

[project]
name = "vban-cli"
version = "0.12.6"
description = "A command-line interface for Voicemeeter leveraging VBAN."
readme = "README.md"
license = { text = "LICENSE" }
requires-python = ">=3.10"
dependencies = ["cyclopts>=4.10.1", "loguru>=0.7.3", "vban-cmd>=2.10.3"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
[project.scripts]
vban-cli = "vban_cli.app:run"
[tool.uv]
package = true
[tool.uv.sources]
vban-cmd = { path = "../vban-cmd-python", editable = true }