diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2011-10-04 11:28:31 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2011-10-04 11:28:31 -0400 |
| commit | c2389b351fe071241bf68ec9d43a9fd384e84181 (patch) | |
| tree | b2d570fc1a955f84057b0dd2f562063288a238fa /distribute.egg-info | |
| parent | 694a9231f495a82cf62340f9b98eb4fd7272ecf3 (diff) | |
| download | python-setuptools-git-c2389b351fe071241bf68ec9d43a9fd384e84181.tar.gz | |
Updated changelog to reflect change in proper revision
--HG--
branch : distribute
extra : rebase_source : cf900f1bec43dfd946065d1acc6ce88c726319a2
Diffstat (limited to 'distribute.egg-info')
| -rw-r--r-- | distribute.egg-info/entry_points.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distribute.egg-info/entry_points.txt b/distribute.egg-info/entry_points.txt index acbe2281..4801e1f9 100644 --- a/distribute.egg-info/entry_points.txt +++ b/distribute.egg-info/entry_points.txt @@ -33,7 +33,7 @@ depends.txt = setuptools.command.egg_info:warn_depends_obsolete [console_scripts] easy_install = setuptools.command.easy_install:main -easy_install-2.6 = setuptools.command.easy_install:main +easy_install-2.7 = setuptools.command.easy_install:main [setuptools.file_finders] svn_cvs = setuptools.command.sdist:_default_revctrl @@ -42,6 +42,7 @@ svn_cvs = setuptools.command.sdist:_default_revctrl dependency_links = setuptools.dist:assert_string_list entry_points = setuptools.dist:check_entry_points extras_require = setuptools.dist:check_extras +use_2to3_exclude_fixers = setuptools.dist:assert_string_list package_data = setuptools.dist:check_package_data install_requires = setuptools.dist:check_requirements use_2to3 = setuptools.dist:assert_bool |
