Use a native method for window tracking on macOS

This commit is contained in:
AuroraWright
2024-02-29 05:11:10 +01:00
parent c361747e69
commit 40e744a0a3
3 changed files with 144 additions and 48 deletions

View File

@@ -29,11 +29,12 @@ setup(
"websockets",
"desktop-notifier",
"mss",
"pywinctl",
"pysbd",
"langid",
"pywinctl;platform_system!='Darwin'",
"pywin32;platform_system=='Windows'",
"pyobjc;platform_system=='Darwin'"
"psutil;platform_system=='Darwin'"
],
entry_points={
"console_scripts": [