summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2009-10-21 01:57:44 +0200
committerJannis Leidel <jannis@leidel.info>2009-10-21 01:57:44 +0200
commitfeeddc5d38b3c53c4b7b010600589b5b7f92b1db (patch)
treef9eb387c54744000f5c9bcc4d72d37ce1beb9454 /bin
parent1550a01f87ec8665b18f1752699a9b1e5f636d10 (diff)
downloadvirtualenv-feeddc5d38b3c53c4b7b010600589b5b7f92b1db.tar.gz
Fix issue 6 - Updated setuptools to 0.6c11
Diffstat (limited to 'bin')
-rw-r--r--bin/refresh-support-files.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/refresh-support-files.py b/bin/refresh-support-files.py
index d858025..aa141cd 100644
--- a/bin/refresh-support-files.py
+++ b/bin/refresh-support-files.py
@@ -11,9 +11,9 @@ support_files = os.path.join(here, '..', 'support-files')
files = [
('http://peak.telecommunity.com/dist/ez_setup.py', 'ez_setup.py'),
- ('http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c9-py2.6.egg', 'setuptools-0.6c9-py2.6.egg'),
- ('http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c9-py2.5.egg', 'setuptools-0.6c9-py2.5.egg'),
- ('http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c9-py2.4.egg', 'setuptools-0.6c9-py2.4.egg'),
+ ('http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg', 'setuptools-0.6c11-py2.6.egg'),
+ ('http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c11-py2.5.egg', 'setuptools-0.6c11-py2.5.egg'),
+ ('http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c11-py2.4.egg', 'setuptools-0.6c11-py2.4.egg'),
]
def main():