mirror of
https://github.com/onyx-and-iris/vban-cli.git
synced 2026-04-16 02:23:30 +00:00
eq commands should target the right kind of eq
cell command group has now been attached to eq. this modifies the structure of CLI slightly.
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
[project]
|
||||
name = "vban-cli"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
description = "A command-line interface for Voicemeeter leveraging VBAN."
|
||||
readme = "README.md"
|
||||
license = { text = "LICENSE" }
|
||||
requires-python = ">=3.13"
|
||||
dependencies = ["cyclopts>=4.6.0", "vban-cmd>=2.6.0"]
|
||||
dependencies = [
|
||||
"cyclopts>=4.6.0",
|
||||
"loguru>=0.7.3",
|
||||
"vban-cmd>=2.6.0",
|
||||
]
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Programming Language :: Python",
|
||||
|
||||
Reference in New Issue
Block a user