diff options
| author | tarek <none@none> | 2009-10-13 16:49:51 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-10-13 16:49:51 +0200 |
| commit | 6045d1576b41c9ac28064f2751ec07e1034cc182 (patch) | |
| tree | a2b7420969a3fb08206b5e497526c8ddb0c5b315 /distribute.egg-info | |
| parent | 0c16478525d77f922f07a33b4f84f4f149ebd3a9 (diff) | |
| download | python-setuptools-git-6045d1576b41c9ac28064f2751ec07e1034cc182.tar.gz | |
using project_name instead so we don't bother with the version
--HG--
branch : distribute
extra : rebase_source : c878e223405487eb8b58c69ba7d0b62b02c7d4cd
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 3728f74f..f4b74da0 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 |
