summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-11-17 10:05:02 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-11-17 10:05:02 -0500
commit1fe1a2294e2bef05d9f030eb05f021bb77a32790 (patch)
tree1e830f39c32df84248b320c70e1fc01e5d1dafba
parent91a24aac7dea2fdbc4cdd34029cd2ed44e01b04d (diff)
downloadpython-setuptools-bitbucket-1fe1a2294e2bef05d9f030eb05f021bb77a32790.tar.gz
Issue #108: Make a note about current limitations of setuptools wheels.1.4
-rw-r--r--CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e515f3bb..e23fa692 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -40,7 +40,10 @@ CHANGES
* Issue #26: Add support for SVN 1.7. Special thanks to Philip Thiem for the
contribution.
-* Issue #93: Wheels are now distributed with every release.
+* Issue #93: Wheels are now distributed with every release. Note that as
+ reported in Issue #108, as of Pip 1.4, scripts aren't installed properly
+ from wheels. Therefore, if using Pip to install setuptools from a wheel,
+ the ``easy_install`` command will not be available.
* Setuptools "natural" launcher support, introduced in 1.0, is now officially
supported.