Commit dd606e83 authored by tarek's avatar tarek

made zip_ok False by default #33

--HG--
branch : distribute
extra : rebase_source : 593924801e8dd947c8e741f9d94e919dd0bdd2dd
parent 0ae5113b
......@@ -13,6 +13,9 @@ setuptools
This closes http://bitbucket.org/tarek/distribute/issue/16 and
http://bitbucket.org/tarek/distribute/issue/18.
* zip_ok is now True by default. This closes
http://bugs.python.org/setuptools/issue33.
bootstraping
============
......
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment