diff options
author | PJ Eby <distutils-sig@python.org> | 2006-04-14 18:02:12 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-04-14 18:02:12 +0000 |
commit | cdb52f7dc1f7c0eab9b40c2a9bf167c8ef16cfcd (patch) | |
tree | 51b64e400e3a186f97ba660b1d314fcae88aabe7 | |
parent | da5319effe71368fc925a8c374f50097192ccfd2 (diff) | |
download | external_python_setuptools-cdb52f7dc1f7c0eab9b40c2a9bf167c8ef16cfcd.tar.gz external_python_setuptools-cdb52f7dc1f7c0eab9b40c2a9bf167c8ef16cfcd.tar.bz2 external_python_setuptools-cdb52f7dc1f7c0eab9b40c2a9bf167c8ef16cfcd.zip |
Make docs & PyPI list separate locations for 0.6 and 0.7 development
versions.
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4045398
-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 |