]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: require the SVN snapshot of setuptools to build
authorZooko O'Whielacronx <zooko@zooko.com>
Sat, 25 Oct 2008 13:49:59 +0000 (06:49 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sat, 25 Oct 2008 13:49:59 +0000 (06:49 -0700)
ez_setup.py

index cbef0d497621908027ab8f375e468e7eb228fa99..cebc6a97bbce5b6d9997d29b70acd9ccb768fa47 100644 (file)
@@ -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.6c9"
+DEFAULT_VERSION = "0.6c10dev"
 DEFAULT_DIR     = "misc/dependencies/"
 DEFAULT_URL     = "file:"+DEFAULT_DIR
 
 md5_data = {
-    'setuptools-0.6c9.egg': '0cdaee854b7b4cf43322ea3f9b902190',
+    'setuptools-0.6c10dev.egg': '56ae866722988be6859e5e611b84e970',
 }
 
 import sys, os