voicemeeter-api-python/pyproject.toml
onyx-and-iris 11275d9473 initial commit
initial commit
2022-06-16 14:07:12 +01:00

22 lines
470 B
TOML

[tool.poetry]
name = "voicemeeter-api"
version = "0.1.0"
description = "A Python wrapper for the Voiceemeter API"
authors = ["onyx-and-iris <code@onyxandiris.online>"]
packages = [
{ include = "voicemeeterlib" },
]
[tool.poetry.dependencies]
python = "^3.11"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
pytest-randomly = "^3.12.0"
black = "^22.3.0"
isort = "^5.10.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"