diff options
-rwxr-xr-x | setuptools.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/setuptools.txt b/setuptools.txt index 79772360..343d19f8 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -63,7 +63,10 @@ Feature Highlights: extensions, using simple "entry points" declared in a project's setup script. In addition to the PyPI downloads, the development version of ``setuptools`` -is available from the `Python SVN sandbox`_. +is available from the `Python SVN sandbox`_, and in-development versions of the +`0.6 branch`_ are available as well. + +.. _0.6 branch: http://svn.python.org/projects/sandbox/branches/setuptools-0.6/#egg=setuptools-dev06 .. _Python SVN sandbox: http://svn.python.org/projects/sandbox/trunk/setuptools/#egg=setuptools-dev |