voicemeeter-compact/pyproject.toml
onyx-and-iris 2c39b9d215 updates to gui to match changes to interfaces
updates to gui to match changes to interfaces

now packaged with poetry and on pypi
2022-06-16 23:53:28 +01:00

26 lines
648 B
TOML

[tool.poetry]
name = "voicemeeter-compact"
version = "1.0.1"
description = "A Compact Voicemeeter Remote App"
authors = ["onyx-and-iris <code@onyxandiris.online>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/onyx-and-iris/voicemeeter-compact"
packages = [
{ include = "vmcompact" },
]
include = ["vmcompact/img/cat.ico"]
[tool.poetry.dependencies]
python = "^3.11"
sv-ttk = "^0.1"
voicemeeter-api = { version = "^0.1.6", python = "^3.10" }
vban-cmd = { version = "^1.0.5", python = "^3.10" }
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"