diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-08-31 15:14:25 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-08-31 15:14:25 -0400 |
commit | 3777c096de6192c9cea481ebf8b7d3ee5332dd57 (patch) | |
tree | 91c31481cee5e239c477f0cdc7029d9b06ed1e84 | |
parent | a712b2c50c24afa25efc02fdbc307ae7aeeb721f (diff) | |
download | python-coveragepy-git-3777c096de6192c9cea481ebf8b7d3ee5332dd57.tar.gz |
Actually, 0.6.27 works with py3.3 and with tox, so let's go with that.
-rw-r--r-- | distribute_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |