aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-09-06 19:56:50 +0000
committerPJ Eby <distutils-sig@python.org>2006-09-06 19:56:50 +0000
commit7d8ac102b900a1934c9d710b1eea59beb7945f0e (patch)
tree38557117bdffe4ce50e9ed94ef554d1b25a04e22 /setuptools.txt
parentfb472900270ef7d949f99c0c7fa42de9d3d18278 (diff)
downloadexternal_python_setuptools-7d8ac102b900a1934c9d710b1eea59beb7945f0e.tar.gz
external_python_setuptools-7d8ac102b900a1934c9d710b1eea59beb7945f0e.tar.bz2
external_python_setuptools-7d8ac102b900a1934c9d710b1eea59beb7945f0e.zip
Make "setup.py develop" of a setuptools-using project install
setuptools, if needed, instead of only downloading the egg. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051784
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-xsetuptools.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt
index 42e81d32..f32f6b46 100755
--- a/setuptools.txt
+++ b/setuptools.txt
@@ -2568,6 +2568,9 @@ Release Notes/Change History
its installation location) when a script requests a version that's not
available.
+ * Running ``setup.py develop`` on a setuptools-using project will now install
+ setuptools if needed, instead of only downloading the egg.
+
0.6c1
* Fixed ``AttributeError`` when trying to download a ``setup_requires``
dependency when a distribution lacks a ``dependency_links`` setting.