diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2011-09-03 20:22:02 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-09-03 20:22:02 -0400 |
| commit | fa65148d284526194981a6954e90d787b88550ac (patch) | |
| tree | 7e576473666a52771fe798a624a439751211a387 /distribute_setup.py | |
| parent | f3de38caacb96f457560c092f8346e43bf053120 (diff) | |
| download | python-coveragepy-fa65148d284526194981a6954e90d787b88550ac.tar.gz | |
Update to the latest distribute_setup.py, now it works on Python 3.3
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 37117b3..5a95c92 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.13" +DEFAULT_VERSION = "0.6.21" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" |
