diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-09-20 20:57:09 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-09-20 20:57:09 +0000 |
| commit | 3f80f94b036dd3030d772db119504fbf7a78bf13 (patch) | |
| tree | 3a62ea2a86b012f093dbdac1591452bb4903608d /setuptools.egg-info | |
| parent | 3bf8c4fa854d9cbb9af700b3852b1fded03fea54 (diff) | |
| download | external_python_setuptools-3f80f94b036dd3030d772db119504fbf7a78bf13.tar.gz external_python_setuptools-3f80f94b036dd3030d772db119504fbf7a78bf13.tar.bz2 external_python_setuptools-3f80f94b036dd3030d772db119504fbf7a78bf13.zip | |
More Python 2.5 compatibility fixes.
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051937
Diffstat (limited to 'setuptools.egg-info')
| -rwxr-xr-x | setuptools.egg-info/entry_points.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt index 6e48f078..4156edb5 100755 --- a/setuptools.egg-info/entry_points.txt +++ b/setuptools.egg-info/entry_points.txt @@ -28,7 +28,7 @@ depends.txt = setuptools.command.egg_info:warn_depends_obsolete [console_scripts] easy_install = setuptools.command.easy_install:main -easy_install-2.3 = setuptools.command.easy_install:main +easy_install-2.4 = setuptools.command.easy_install:main [distutils.commands] bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm |
