diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-24 16:01:00 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-24 16:01:00 -0500 |
commit | 4d327300b0139f159d1c24cd076572a99fd55b50 (patch) | |
tree | b519462a4934cdf4d9fefc80c56f9f7cee24d539 | |
parent | eaa998caab3cd3c97161963bdc1957d2db974d76 (diff) | |
download | external_python_setuptools-4d327300b0139f159d1c24cd076572a99fd55b50.tar.gz external_python_setuptools-4d327300b0139f159d1c24cd076572a99fd55b50.tar.bz2 external_python_setuptools-4d327300b0139f159d1c24cd076572a99fd55b50.zip |
Updated size and link regarding bootstrap module
-rw-r--r-- | docs/setuptools.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 9bc8ea44..fd10d3d1 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -11,11 +11,11 @@ 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`_ (an 8K .py file), your package will +including just a single `bootstrap module`_ (a 12K .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. -.. _bootstrap module: https://bitbucket.org/pypa/setuptools/downloads/ez_setup.py +.. _bootstrap module: https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py Feature Highlights: |