The value is the dotted module name to the command class.
This commit is contained in:
parent
e012c02a5c
commit
3ac4f59a82
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue