summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Regebro <regebro@gmail.com>2009-09-23 09:50:14 +0200
committerLennart Regebro <regebro@gmail.com>2009-09-23 09:50:14 +0200
commitdea50c23d3d3f68f0dcd7bcf8a81b163a2c4e1c0 (patch)
treee89687d03d5fbf003ec473cab65b755e78a1e546
parent4d3db0dfec6a8abe6a78b20fb311dda6228fd43f (diff)
downloadpython-setuptools-git-dea50c23d3d3f68f0dcd7bcf8a81b163a2c4e1c0.tar.gz
Merging.
--HG-- branch : distribute extra : rebase_source : 47f74854f8677234b45cf13c5ce6517c0eeb8358
-rw-r--r--distribute.egg-info/entry_points.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/distribute.egg-info/entry_points.txt b/distribute.egg-info/entry_points.txt
index a1ea4ece..4bbb6848 100644
--- a/distribute.egg-info/entry_points.txt
+++ b/distribute.egg-info/entry_points.txt
@@ -7,6 +7,7 @@ build_py = setuptools.command.build_py:build_py
saveopts = setuptools.command.saveopts:saveopts
egg_info = setuptools.command.egg_info:egg_info
register = setuptools.command.register:register
+upload = setuptools.command.upload:upload
install_egg_info = setuptools.command.install_egg_info:install_egg_info
alias = setuptools.command.alias:alias
easy_install = setuptools.command.easy_install:easy_install
@@ -31,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.4 = setuptools.command.easy_install:main
[setuptools.file_finders]
svn_cvs = setuptools.command.sdist:_default_revctrl