From dae3df10d9c3e064f483b697b5f4f69387402c2b Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Mon, 20 Mar 2006 22:28:38 +0000 Subject: Added ``easy_install-N.N`` script(s) for convenience when using multiple Python versions. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043177 --- setuptools.egg-info/entry_points.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'setuptools.egg-info') diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt index 7696452d..64af370f 100755 --- a/setuptools.egg-info/entry_points.txt +++ b/setuptools.egg-info/entry_points.txt @@ -22,6 +22,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 [distutils.commands] bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm -- cgit v1.2.3