summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkg_resources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources.py b/pkg_resources.py
index 0150a0cb..6679a109 100644
--- a/pkg_resources.py
+++ b/pkg_resources.py
@@ -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'))