diff options
| author | "Brett Cannon ext:(%22) <brett@python.org> | 2010-01-17 14:33:03 -0800 |
|---|---|---|
| committer | "Brett Cannon ext:(%22) <brett@python.org> | 2010-01-17 14:33:03 -0800 |
| commit | 8b3effb4f5fc0ee84fdf1e36d8bb7d8a17f1258d (patch) | |
| tree | ddb499a76abc60c823f90d8432f7ee92e016bcef /distribute.egg-info | |
| parent | 72d79d0466d0bfb566939075d651a9f111189137 (diff) | |
| download | python-setuptools-git-8b3effb4f5fc0ee84fdf1e36d8bb7d8a17f1258d.tar.gz | |
Revert Python 3 change to entry_points.txt.
--HG--
branch : distribute
extra : rebase_source : a2dccb8f52e60f1e746ecfd72ff77b9a94080e23
Diffstat (limited to 'distribute.egg-info')
| -rw-r--r-- | distribute.egg-info/entry_points.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distribute.egg-info/entry_points.txt b/distribute.egg-info/entry_points.txt index e1f704d8..1c9f123d 100644 --- a/distribute.egg-info/entry_points.txt +++ b/distribute.egg-info/entry_points.txt @@ -32,7 +32,7 @@ depends.txt = setuptools.command.egg_info:warn_depends_obsolete [console_scripts] easy_install = setuptools.command.easy_install:main -easy_install-3.1 = setuptools.command.easy_install:main +easy_install-2.6 = setuptools.command.easy_install:main [setuptools.file_finders] svn_cvs = setuptools.command.sdist:_default_revctrl |
