[Python-checkins] r45398 - sandbox/branches/setuptools-0.6/setuptools.txt
phillip.eby
python-checkins at python.org
Fri Apr 14 20:02:13 CEST 2006
Author: phillip.eby
Date: Fri Apr 14 20:02:12 2006
New Revision: 45398
Modified:
sandbox/branches/setuptools-0.6/setuptools.txt
Log:
Make docs & PyPI list separate locations for 0.6 and 0.7 development
versions.
Modified: sandbox/branches/setuptools-0.6/setuptools.txt
==============================================================================
--- sandbox/branches/setuptools-0.6/setuptools.txt (original)
+++ sandbox/branches/setuptools-0.6/setuptools.txt Fri Apr 14 20:02:12 2006
@@ -63,7 +63,10 @@
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
More information about the Python-checkins
mailing list