add pyproject.toml

This commit is contained in:
2023-09-27 14:16:52 +01:00
parent 770a7742a2
commit ecca4c65c8
5 changed files with 58 additions and 11 deletions

View File

@@ -35,7 +35,7 @@ def get_vmpath():
try:
vm_parent = Path(get_vmpath()).parent
except FileNotFoundError as e:
raise VMError(f"Unable to fetch DLL path from the registry") from e
raise VMError("Unable to fetch DLL path from the registry") from e
DLL_NAME = f'VoicemeeterRemote{"64" if BITS == 64 else ""}.dll'