accept incoming change

This commit is contained in:
onyx-and-iris 2023-07-10 17:45:38 +01:00
commit 4569e8c760

View File

@ -7,9 +7,7 @@ license = "MIT"
readme = "README.md" readme = "README.md"
repository = "https://github.com/onyx-and-iris/voicemeeter-api-python" repository = "https://github.com/onyx-and-iris/voicemeeter-api-python"
packages = [ packages = [{ include = "voicemeeterlib" }]
{ include = "voicemeeterlib" },
]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"