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 | a3815206c132d10c5006e22c551e878c7e7b2e6e (patch) | |
tree | 1eeeda8d5971b5d2c9197af03dacef241397490d /distribute_setup.py | |
parent | 1baa7b4246fb35f5d98bfbf102d46f6a6d252b0a (diff) | |
download | python-coveragepy-a3815206c132d10c5006e22c551e878c7e7b2e6e.tar.gz |
Actually, 0.6.27 works with py3.3 and with tox, so let's go with that.
Diffstat (limited to 'distribute_setup.py')
-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 ca96551..347c7ac 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" |