diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-02 09:57:07 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-02 09:57:07 -0400 |
commit | dc25db5fb15a3b8e11667ee9ea8ec1457c99797f (patch) | |
tree | 532d555a129c63c367c46cf39ec50d652dab5502 | |
parent | d3b8352bccc50525a050238904cef9385650c01c (diff) | |
download | external_python_setuptools-dc25db5fb15a3b8e11667ee9ea8ec1457c99797f.tar.gz external_python_setuptools-dc25db5fb15a3b8e11667ee9ea8ec1457c99797f.tar.bz2 external_python_setuptools-dc25db5fb15a3b8e11667ee9ea8ec1457c99797f.zip |
Restored egg-link for setuptools 0.6 to minimize flux for setuptools 0.6 users.
-rwxr-xr-x | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ is available from the `Bitbucket repo`_, and in-development versions of the `0.6 branch`_ are available as well. .. _Bitbucket repo: https://bitbucket.org/pypa/setuptools/get/default.tar.gz#egg=setuptools-dev -.. _0.6 branch: https://bitbucket.org/pypa/setuptools/get/setuptools-0.6.tar.gz#egg=setuptools-dev06 +.. _0.6 branch: http://svn.python.org/projects/sandbox/branches/setuptools-0.6/#egg=setuptools-dev06 Uninstalling ============ |