[Python-checkins] python/nondist/sandbox/setuptools EasyInstall.txt, 1.37, 1.38 setuptools.txt, 1.10, 1.11

pje@users.sourceforge.net pje at users.sourceforge.net
Tue Jul 12 07:35:01 CEST 2005


Update of /cvsroot/python/python/nondist/sandbox/setuptools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27994

Modified Files:
	EasyInstall.txt setuptools.txt 
Log Message:
Drop links to the Windows installer; it was installing an "unmanaged"
version of setuptools!


Index: EasyInstall.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/EasyInstall.txt,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- EasyInstall.txt	12 Jul 2005 05:32:05 -0000	1.37
+++ EasyInstall.txt	12 Jul 2005 05:34:58 -0000	1.38
@@ -28,12 +28,9 @@
 Installing "Easy Install"
 -------------------------
 
-Windows users can just download and run the `setuptools binary installer for
-Windows <http://peak.telecommunity.com/dist/setuptools-0.5a10.win32.exe>`_.
-All others should just download `ez_setup.py
-<http://peak.telecommunity.com/dist/ez_setup.py>`_, and run it; this will
-download and install the appropriate ``setuptools`` egg for your Python
-version.
+Download `ez_setup.py <http://peak.telecommunity.com/dist/ez_setup.py>`_, and
+run it; this will download and install the appropriate ``setuptools`` egg for
+your Python version.
 
 You may receive a message telling you about an obsolete version of
 setuptools being present; if so, you must be sure to delete it entirely, along

Index: setuptools.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/setuptools.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- setuptools.txt	12 Jul 2005 05:32:05 -0000	1.10
+++ setuptools.txt	12 Jul 2005 05:34:58 -0000	1.11
@@ -63,10 +63,8 @@
 Installing ``setuptools``
 =========================
 
-Windows users can just download and run the `setuptools binary installer for
-Windows <http://peak.telecommunity.com/dist/setuptools-0.5a10.win32.exe>`_.
-All others should just download `ez_setup.py`_ and run it; this will
-download and install the appropriate egg for your Python version.
+Download `ez_setup.py`_ and run it; this will download and install the
+appropriate egg for your Python version.
 
 .. _ez_setup.py: `bootstrap module`_
 



More information about the Python-checkins mailing list