From 7d8ac102b900a1934c9d710b1eea59beb7945f0e Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Wed, 6 Sep 2006 19:56:50 +0000 Subject: 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 --- setuptools.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setuptools.txt') 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. -- cgit v1.2.3