From 3777c096de6192c9cea481ebf8b7d3ee5332dd57 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 31 Aug 2012 15:14:25 -0400 Subject: Actually, 0.6.27 works with py3.3 and with tox, so let's go with that. --- distribute_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribute_setup.py b/distribute_setup.py index ca965518..347c7ac1 100644 --- a/distribute_setup.py +++ b/distribute_setup.py @@ -46,7 +46,7 @@ except ImportError: args = [quote(arg) for arg in args] return os.spawnl(os.P_WAIT, sys.executable, *args) == 0 -DEFAULT_VERSION = "0.6.28" +DEFAULT_VERSION = "0.6.27" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" -- cgit v1.2.1