Commit 3ac4f59a authored by Jeremy Kloth's avatar Jeremy Kloth

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

parent e012c02a
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment