From dd606e831affd2ace8bd5a276d3bcc1aa1433c11 Mon Sep 17 00:00:00 2001 From: tarek Date: Fri, 28 Aug 2009 10:40:12 +0200 Subject: made zip_ok False by default #33 --HG-- branch : distribute extra : rebase_source : 593924801e8dd947c8e741f9d94e919dd0bdd2dd --- setuptools/command/easy_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools') diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 3f8a6877..0fa07845 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -547,7 +547,7 @@ Please make the appropriate changes for your system and try again. return True if not dist.has_metadata('zip-safe'): return True - return False + return True def maybe_move(self, spec, dist_filename, setup_base): dst = os.path.join(self.build_directory, spec.key) -- cgit v1.2.3