The value is the dotted module name to the command class.

This commit is contained in:
Jeremy Kloth 2011-09-13 08:26:25 -06:00
parent e012c02a5c
commit 3ac4f59a82
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ _COMMANDS = {
# XXX this is crappy
if os.name == 'nt':
_COMMANDS['bdist_msi'] = 'packaging.command.bdist_msi'
_COMMANDS['bdist_msi'] = 'packaging.command.bdist_msi.bdist_msi'
# XXX use OrderedDict to preserve the grouping (build-related, install-related,
# distribution-related)