diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-07-10 20:08:20 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-07-10 20:08:20 +0000 |
| commit | 8689d19a64f4b3e2260444da18d676ef5af41539 (patch) | |
| tree | 35bd478e08fc0d8256128451ecd2374e2e2ac2a5 /setuptools.egg-info | |
| parent | f9e082742effbf51eeef3c3fa176c055bfa21e83 (diff) | |
| download | external_python_setuptools-8689d19a64f4b3e2260444da18d676ef5af41539.tar.gz external_python_setuptools-8689d19a64f4b3e2260444da18d676ef5af41539.tar.bz2 external_python_setuptools-8689d19a64f4b3e2260444da18d676ef5af41539.zip | |
Fix ``register`` not obeying name/version set by ``egg_info`` command, if
``egg_info`` wasn't explicitly run first on the same command line.
(backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050534
Diffstat (limited to 'setuptools.egg-info')
| -rwxr-xr-x | setuptools.egg-info/entry_points.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt index a0c3f3b8..6e48f078 100755 --- a/setuptools.egg-info/entry_points.txt +++ b/setuptools.egg-info/entry_points.txt @@ -38,6 +38,7 @@ setopt = setuptools.command.setopt:setopt 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 |
