projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f26082
)
setup: require the SVN snapshot of setuptools to build
author
Zooko O'Whielacronx
<zooko@zooko.com>
Sat, 25 Oct 2008 13:49:59 +0000
(06:49 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Sat, 25 Oct 2008 13:49:59 +0000
(06:49 -0700)
ez_setup.py
patch
|
blob
|
history
diff --git
a/ez_setup.py
b/ez_setup.py
index cbef0d497621908027ab8f375e468e7eb228fa99..cebc6a97bbce5b6d9997d29b70acd9ccb768fa47 100644
(file)
--- 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.6c
9
"
+DEFAULT_VERSION = "0.6c
10dev
"
DEFAULT_DIR = "misc/dependencies/"
DEFAULT_URL = "file:"+DEFAULT_DIR
md5_data = {
- 'setuptools-0.6c
9.egg': '0cdaee854b7b4cf43322ea3f9b90219
0',
+ 'setuptools-0.6c
10dev.egg': '56ae866722988be6859e5e611b84e97
0',
}
import sys, os