diff options
author | phillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2006-07-10 20:04:48 +0000 |
---|---|---|
committer | phillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2006-07-10 20:04:48 +0000 |
commit | 0b786ab21049fb2608ce12b7a2283844449c8fa3 (patch) | |
tree | b1c172954cd778be73ac3144680c739997c674ff /setuptools.egg-info | |
parent | 042237452ed9d534f7d6ae99c1908db390db8e56 (diff) | |
download | python-setuptools-0b786ab21049fb2608ce12b7a2283844449c8fa3.tar.gz |
Fix "register" command not necessarily reflecting build tags.
git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@50533 6015fed2-1504-0410-9fe1-9d1591cc4771
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 a0c3f3b..6e48f07 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 |