summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-08-17 16:55:20 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-08-17 16:55:20 -0400
commitcc220f8f36d5b873e377329906dbd1a7d1f99833 (patch)
treed532117c282829d6cedc60f621a8a68bc7f9b670
parentb7bff0cdb501916d9f99edcd5e9d453066f982a5 (diff)
downloadpython-setuptools-git-cc220f8f36d5b873e377329906dbd1a7d1f99833.tar.gz
Corrected title formatting and hyperlink to correct Sphinx errors
-rw-r--r--CHANGES.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a075c3c8..9f1d15b3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -24,7 +24,7 @@ CHANGES
connection.
Backward-Incompatible Changes
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+=============================
This release includes a couple of backward-incompatible changes, but most if
not all users will find 1.0 a drop-in replacement for 0.9.
@@ -1162,8 +1162,9 @@ easy_install
* ``setuptools`` now finds its commands, ``setup()`` argument validators, and
metadata writers using entry points, so that they can be extended by
- third-party packages. See `Creating distutils Extensions`_ above for more
- details.
+ third-party packages. See `Creating distutils Extensions
+ <http://pythonhosted.org/setuptools/setuptools.html#creating-distutils-extensions>`_
+ for more details.
* The vestigial ``depends`` command has been removed. It was never finished
or documented, and never would have worked without EasyInstall - which it