summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d2d2b008..7302f710 100755
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ setup(
entry_points = {
"distutils.commands" : [
"%(cmd)s = setuptools.command.%(cmd)s:%(cmd)s" % locals()
- for cmd in SETUP_COMMANDS if cmd!="build_py" or sys.version>="2.4"
+ for cmd in SETUP_COMMANDS if cmd!="build_py" or sys.version<"2.4"
],
},