diff options
author | PJ Eby <distutils-sig@python.org> | 2005-08-23 13:24:42 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-08-23 13:24:42 +0000 |
commit | b2382a4ed6703da09393343974c87ce0f4ce6670 (patch) | |
tree | d3b01794e20a207e35d4ae8f079d02f3b7786b75 /setuptools.txt | |
parent | b577c94170b64436919bea8e002c64623d0a9644 (diff) | |
download | external_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-x | setuptools.txt | 2 |
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. |