diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-01 15:29:11 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-01 15:29:11 -0400 |
| commit | 33f496c61e086bd1ac701e44bc17315c0442010c (patch) | |
| tree | 584c6707bdb96d04cee69e6ec6fefd1641788988 /setuptools.egg-info | |
| parent | ca46f074d12651e32250737c7f380b343b0882ec (diff) | |
| download | python-setuptools-git-33f496c61e086bd1ac701e44bc17315c0442010c.tar.gz | |
Add test capturing failure on Python 2.6. Ref #236
--HG--
extra : rebase_source : 99a2b1e437691f9e1a9982357bc70d91fce91953
Diffstat (limited to 'setuptools.egg-info')
| -rw-r--r-- | 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 de842da8..25a8e1c3 100644 --- a/setuptools.egg-info/entry_points.txt +++ b/setuptools.egg-info/entry_points.txt @@ -1,6 +1,6 @@ [console_scripts] easy_install = setuptools.command.easy_install:main -easy_install-3.4 = setuptools.command.easy_install:main +easy_install-2.6 = setuptools.command.easy_install:main [distutils.commands] alias = setuptools.command.alias:alias |
