diff --git a/setup.py b/setup.py index 6f9c7332d..ed46af1aa 100644 --- a/setup.py +++ b/setup.py @@ -66,6 +66,12 @@ "platform": "win32", "zip_name": "win32_x64", }, + { + "wheel": "win_arm64.whl", + "machine": "arm64", + "platform": "win32", + "zip_name": "win32_arm64", + }, ] if len(sys.argv) == 2 and sys.argv[1] == "--list-wheels":