X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02b800ce7c2bb1c1f08075f22be2e7412124b47f..eb5d9594dba44ee3bdec54dc085f74cfabcdf9b7:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index 051bbdb6e8..555b98593c 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -727,7 +727,7 @@ else: if INSTALL_MULTIVERSION: - EXTRA_PATH = getExtraPath(addOpts=EP_ADD_OPTS) + EXTRA_PATH = getExtraPath(addOpts=EP_ADD_OPTS, shortVer=not EP_FULL_VER) open("src/wx.pth", "w").write(EXTRA_PATH) CLEANUP.append("src/wx.pth") else: