From f303097c91c97849f9fb2ff431e8922a5684147c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 24 Mar 2011 06:27:05 -0400 Subject: [PATCH] blah --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d65e43..7900ef3 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ if sys.argv[-1] == "publish": required = ['clint>=0.2.1', 'github2', 'requests'] -if sys.version_info[0:1] < (2, 6): +if sys.version_info[0:2] < (2, 6): required.append('simplejson') setup(