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 | 3f144762eebb13d2185e680830ebe8095df0eaf2 (patch) | |
| tree | 35bd478e08fc0d8256128451ecd2374e2e2ac2a5 /setuptools.egg-info | |
| parent | 9dc05c82b924bae16a3d7cbdee225ec8d1320f52 (diff) | |
| download | python-setuptools-bitbucket-3f144762eebb13d2185e680830ebe8095df0eaf2.tar.gz | |
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)
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 |
