Mercurial > hgrepos > Python > libs > ConfigMix
changeset 577:3ad416265652
Comment
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 09 Jan 2022 00:20:51 +0100 |
| parents | 758475d66d45 |
| children | 1b02659ece9c |
| files | setup.py |
| diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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()
