Commit b2723a86 authored by tarek's avatar tarek

fixed distribution key in check_version_conflict. I first thaught it was the...

fixed distribution key in check_version_conflict. I first thaught it was the #36 issue of setuptools but it's not.

--HG--
branch : distribute
extra : rebase_source : 87a541261be9881f95e7d62308f99f89f6319dd9
parent 3d4f3060
......@@ -2253,7 +2253,7 @@ class Distribution(object):
def check_version_conflict(self):
if self.key=='setuptools':
if self.key=='distribute':
return # ignore the inevitable setuptools self-conflicts :(
nsp = dict.fromkeys(self._get_metadata('namespace_packages.txt'))
......
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