aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-08-23 13:24:42 +0000
committerPJ Eby <distutils-sig@python.org>2005-08-23 13:24:42 +0000
commitb2382a4ed6703da09393343974c87ce0f4ce6670 (patch)
treed3b01794e20a207e35d4ae8f079d02f3b7786b75 /setuptools.txt
parentb577c94170b64436919bea8e002c64623d0a9644 (diff)
downloadexternal_python_setuptools-b2382a4ed6703da09393343974c87ce0f4ce6670.tar.gz
external_python_setuptools-b2382a4ed6703da09393343974c87ce0f4ce6670.tar.bz2
external_python_setuptools-b2382a4ed6703da09393343974c87ce0f4ce6670.zip
Simplify non-root install process and improve Mac OS docs for it. Support
.pth files and legacy packages possibly being symlinks, and ensure that overwrites don't follow the symlink. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041229
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-xsetuptools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools.txt b/setuptools.txt
index ae2ead21..b7631033 100755
--- a/setuptools.txt
+++ b/setuptools.txt
@@ -10,7 +10,7 @@ Packages built and distributed using ``setuptools`` look to the user like
ordinary Python packages based on the ``distutils``. Your users don't need to
install or even know about setuptools in order to use them, and you don't
have to include the entire setuptools package in your distributions. By
-including just a single `bootstrap module`_ (a 5K .py file), your package will
+including just a single `bootstrap module`_ (a 7K .py file), your package will
automatically download and install ``setuptools`` if the user is building your
package from source and doesn't have a suitable version already installed.