diff options
author | PJ Eby <distutils-sig@python.org> | 2006-07-18 16:03:45 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-07-18 16:03:45 +0000 |
commit | 5afddb363fe7156d26d7faf0c3cc51e7a4c14fc6 (patch) | |
tree | 850b5dcc2d9733744a586aafbd4f056555cbef37 /setuptools.txt | |
parent | 403e6845234a3eb83b5e2858edb5e204f6641842 (diff) | |
download | external_python_setuptools-5afddb363fe7156d26d7faf0c3cc51e7a4c14fc6.tar.gz external_python_setuptools-5afddb363fe7156d26d7faf0c3cc51e7a4c14fc6.tar.bz2 external_python_setuptools-5afddb363fe7156d26d7faf0c3cc51e7a4c14fc6.zip |
Support ``extra_path`` option to ``setup()`` when ``install`` is run in
backward-compatibility mode. (backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050700
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt index 1474e335..3af251f0 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2574,6 +2574,9 @@ Release Notes/Change History * Made ``setup.py develop`` respect the ``--no-deps`` option, which it previously was ignoring. + * Support ``extra_path`` option to ``setup()`` when ``install`` is run in + backward-compatibility mode. + 0.6b4 * Fix ``register`` not obeying name/version set by ``egg_info`` command, if ``egg_info`` wasn't explicitly run first on the same command line. |