aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/easy_install.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-03 10:39:35 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-03 10:39:35 -0400
commit9eebb2dfe17fa129f2201add401c8fb6eb0ebcc1 (patch)
tree70339f9884e0e86df4acecf7cd6aaf850b2613c9 /setuptools/command/easy_install.py
parent4a327c5c8d2cae9d8abdc26109e4bae2f6f325e4 (diff)
downloadexternal_python_setuptools-9eebb2dfe17fa129f2201add401c8fb6eb0ebcc1.tar.gz
external_python_setuptools-9eebb2dfe17fa129f2201add401c8fb6eb0ebcc1.tar.bz2
external_python_setuptools-9eebb2dfe17fa129f2201add401c8fb6eb0ebcc1.zip
Distributions are once again installed as zipped eggs by default.
--HG-- branch : Setuptools-Distribute merge extra : source : f3b1c801d877734669007ad4f5d8cee091a6c767
Diffstat (limited to 'setuptools/command/easy_install.py')
-rwxr-xr-xsetuptools/command/easy_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index 8d44817f..4ca0526d 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -704,7 +704,7 @@ Please make the appropriate changes for your system and try again.
return True
if not dist.has_metadata('zip-safe'):
return True
- return True
+ return False
def maybe_move(self, spec, dist_filename, setup_base):
dst = os.path.join(self.build_directory, spec.key)