# HG changeset patch # User Franz Glasner # Date 1641684051 -3600 # Node ID 3ad4162656525419663e06cb44b96ebd454136c2 # Parent 758475d66d459484dc511fcaa3cb12a5b2becab4 Comment diff -r 758475d66d45 -r 3ad416265652 setup.py --- a/setup.py Sun Jan 09 00:19:31 2022 +0100 +++ b/setup.py Sun Jan 09 00:20:51 2022 +0100 @@ -149,7 +149,12 @@ else: class BDistWheel(wheel.bdist_wheel.bdist_wheel): def finalize_options(self): - # Synchronize this with Py_LIMITED_API + # + # Synchronize this with Py_LIMITED_API and with the + # external build of _speedups.pyd. + # Also use the --plat-name (-p) for tagging the Wheel + # properly (e.g. -p win_amd64). + # self.py_limited_api = 'cp37' super().finalize_options()