summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-11-24 16:01:00 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-11-24 16:01:00 -0500
commita5c4d29eb1c2d81b3578c82c9d26a9e603842f3d (patch)
tree1574171528a0554c6b88b6362c8cd9991531d8d7 /docs
parent65ea950a5350b3a1b228cb28b6483557cb07b69b (diff)
downloadpython-setuptools-bitbucket-a5c4d29eb1c2d81b3578c82c9d26a9e603842f3d.tar.gz
Updated size and link regarding bootstrap module
Diffstat (limited to 'docs')
-rw-r--r--docs/setuptools.txt4
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: