diff options
| author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-10-23 20:22:46 +0200 |
|---|---|---|
| committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-10-23 20:22:46 +0200 |
| commit | 8cecb102d0ce145cd7200a3499f7814e524d9f85 (patch) | |
| tree | 6960f52f75e87a5abea1ba53354b1378cdde0605 /bin | |
| parent | 4dba142a32639ce40e8c51b876d70d27555aa9b7 (diff) | |
| download | virtualenv-8cecb102d0ce145cd7200a3499f7814e524d9f85.tar.gz | |
added the source tarball for distribute-0.6.6
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/refresh-support-files.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/refresh-support-files.py b/bin/refresh-support-files.py index bc42654..f19380a 100644 --- a/bin/refresh-support-files.py +++ b/bin/refresh-support-files.py @@ -15,6 +15,7 @@ files = [ ('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(): |
