aboutsummaryrefslogtreecommitdiffstats
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
commit6a5be25a5dad39bbba71aa2bd1ccb479e9e7814c (patch)
tree88dd22c273b927d78eeba4c6382aae5fe7b44481
parent3f0364fcc1b6f183f81f7e8774b6de803638b209 (diff)
downloadexternal_python_setuptools-6a5be25a5dad39bbba71aa2bd1ccb479e9e7814c.tar.gz
external_python_setuptools-6a5be25a5dad39bbba71aa2bd1ccb479e9e7814c.tar.bz2
external_python_setuptools-6a5be25a5dad39bbba71aa2bd1ccb479e9e7814c.zip
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.