diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-01 15:36:08 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-01 15:36:08 -0400 |
| commit | 59e3528c710363e167e0860aab4fd1a611cc058b (patch) | |
| tree | e3d2b3b4ae943da59c67cc4c7090c519771cdffa /setuptools.egg-info | |
| parent | 249e5853496ec108dc78e58c003bf46315b50ffc (diff) | |
| download | python-setuptools-git-59e3528c710363e167e0860aab4fd1a611cc058b.tar.gz | |
Correct execfile implementation for Python 2.6. Fixes #236.
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 25a8e1c3..de842da8 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-2.6 = setuptools.command.easy_install:main +easy_install-3.4 = setuptools.command.easy_install:main [distutils.commands] alias = setuptools.command.alias:alias |
