diff options
| author | PJ Eby <distutils-sig@python.org> | 2010-10-02 19:16:45 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2010-10-02 19:16:45 +0000 |
| commit | 806f7e5beb867418b6868bf1345cf8cf9c2fa248 (patch) | |
| tree | 8612936e087531e6e22104913f9aee9f1efc71bd /setuptools/command | |
| parent | 44e4778970c4f9272eefe40be35deb7c8848de27 (diff) | |
| download | python-setuptools-bitbucket-806f7e5beb867418b6868bf1345cf8cf9c2fa248.tar.gz | |
Tarfile link support, and handle .pyd/.dll files installed as data on
win32.
Diffstat (limited to 'setuptools/command')
| -rwxr-xr-x | setuptools/command/easy_install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 014fc70d..90f29320 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -1274,7 +1274,7 @@ def get_exe_prefixes(exe_filename): prefixes = [ ('PURELIB/', ''), ('PLATLIB/pywin32_system32', ''), - ('PLATLIB/', ''), + ('PLATLIB/', ''), ('DATA/lib/site-packages/', ''), ('SCRIPTS/', 'EGG-INFO/scripts/') ] z = zipfile.ZipFile(exe_filename) |
