From ce42244382e5949e6b42e7e4699da89e1a6ab324 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Tue, 30 Sep 2008 13:05:02 -0700 Subject: [PATCH] setup: change ez_setup.py to install setuptools-0.6c9 --- ez_setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ez_setup.py b/ez_setup.py index e050dcd7..cbef0d49 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -14,12 +14,12 @@ the appropriate options to ``use_setuptools()``. This file can also be run as a script to install or upgrade setuptools. """ import os, sys -DEFAULT_VERSION = "0.6c8" +DEFAULT_VERSION = "0.6c9" DEFAULT_DIR = "misc/dependencies/" DEFAULT_URL = "file:"+DEFAULT_DIR md5_data = { - 'setuptools-0.6c8.egg': '0f52a78daffb0efaa02e870bbbbca2fe', + 'setuptools-0.6c9.egg': '0cdaee854b7b4cf43322ea3f9b902190', } import sys, os -- 2.45.2