Skip to content

Commit

Permalink
added the source tarball for distribute-0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarek Ziadé committed Oct 23, 2009
1 parent 4dba142 commit 8cecb10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/refresh-support-files.py
Expand Up @@ -15,6 +15,7 @@
('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'),
('http://python-distribute.org/distribute_setup.py', 'distribute_setup.py'),
('http://pypi.python.org/packages/source/d/distribute/distribute-0.6.6.tar.gz', 'distribute-0.6.6.tar.gz'),
]

def main():
Expand Down
2 changes: 1 addition & 1 deletion virtualenv.py
Expand Up @@ -249,7 +249,7 @@ def _install_req(py_executable, unzip=False, distribute=False):
project_name = 'setuptools'
bootstrap_script = EZ_SETUP_PY
else:
setup_fn = None
setup_fn = 'distribute-0.6.6.tar.gz'
project_name = 'distribute'
bootstrap_script = DISTRIBUTE_SETUP_PY

Expand Down

0 comments on commit 8cecb10

Please sign in to comment.