diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-10 05:29:44 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-10 05:29:44 +0000 |
commit | 2910820047f53c25184d0e0e1ae6611fb286d5c6 (patch) | |
tree | 50c281e7c769b98d57c8845cdc045eca05b933d8 /setuptools.txt | |
parent | ebe75f51d4e7be105729ac7555b97a17115aa570 (diff) | |
download | external_python_setuptools-2910820047f53c25184d0e0e1ae6611fb286d5c6.tar.gz external_python_setuptools-2910820047f53c25184d0e0e1ae6611fb286d5c6.tar.bz2 external_python_setuptools-2910820047f53c25184d0e0e1ae6611fb286d5c6.zip |
EasyInstall now builds eggs in a temporary directory alongside the setup
script it's running. This avoids it getting confused by projects with
non-standard distribution locations, and projects that may have various
eggs already sitting in their distribution directory. It should probably
also do something like this for the build directory to ensure a clean,
fresh build, but it seems like overkill, since it only affects local
projects, not stuff that EasyInstall downloaded in the first place.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041111
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt index 00affdbe..a8e8aa8f 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -1079,6 +1079,8 @@ Release Notes/Change History This is used by the ``easy_install`` command to find possibly-conflicting "unmanaged" packages when installing the distribution. + * Fixed the swapped ``-d`` and ``-b`` options of ``bdist_egg``. + 0.5a8 * The "egg_info" command now always sets the distribution metadata to "safe" forms of the distribution name and version, so that distribution files will |