diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-06-15 20:18:28 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-06-15 20:18:28 +0000 |
| commit | 3df0e5d77cbc397627f0af7f20fdcf34af199caa (patch) | |
| tree | b7039f543096058c2cb30774208f48a305c7adc7 /EasyInstall.txt | |
| parent | de6067f9bc92f65f5f95dd242522958205f5f848 (diff) | |
| download | external_python_setuptools-3df0e5d77cbc397627f0af7f20fdcf34af199caa.tar.gz external_python_setuptools-3df0e5d77cbc397627f0af7f20fdcf34af199caa.tar.bz2 external_python_setuptools-3df0e5d77cbc397627f0af7f20fdcf34af199caa.zip | |
Implement detection of non-Python scripts, as described in
http://mail.python.org/pipermail/distutils-sig/2006-June/006359.html
(merge from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046986
Diffstat (limited to 'EasyInstall.txt')
| -rwxr-xr-x | EasyInstall.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index 308f69a9..ea16018e 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -1095,6 +1095,9 @@ set, if you haven't already got this set up on your machine. Release Notes/Change History ============================ +0.6b4 + * Fix creating Python wrappers for non-Python scripts + 0.6b3 * Fix local ``--find-links`` eggs not being copied except with ``--always-copy``. |
