diff options
Diffstat (limited to 'setuptools')
-rw-r--r-- | setuptools/cli-arm-32.exe | bin | 0 -> 9216 bytes | |||
-rwxr-xr-x | setuptools/command/easy_install.py | 3 | ||||
-rw-r--r-- | setuptools/gui-arm-32.exe | bin | 0 -> 9216 bytes |
3 files changed, 3 insertions, 0 deletions
diff --git a/setuptools/cli-arm-32.exe b/setuptools/cli-arm-32.exe Binary files differnew file mode 100644 index 00000000..e2d4c322 --- /dev/null +++ b/setuptools/cli-arm-32.exe diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 0d72f758..b675e559 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -19,6 +19,7 @@ import zipfile import re import stat import random +import platform from glob import glob from setuptools import Command, _dont_write_bytecode from setuptools.sandbox import run_setup @@ -1834,6 +1835,8 @@ def get_script_args(dist, executable=sys_executable, wininst=False): ext, launcher = '-script.py', 'cli.exe' old = ['.py','.pyc','.pyo'] new_header = re.sub('(?i)pythonw.exe','python.exe',header) + if platform.machine().lower() == 'arm' : + launcher = launcher.replace(".", "-arm.") if is_64bit(): launcher = launcher.replace(".", "-64.") else: diff --git a/setuptools/gui-arm-32.exe b/setuptools/gui-arm-32.exe Binary files differnew file mode 100644 index 00000000..01863fa6 --- /dev/null +++ b/setuptools/gui-arm-32.exe |