From 3ac4f59a82ad7caec46d35293fe974013cfe5925 Mon Sep 17 00:00:00 2001 From: Jeremy Kloth Date: Tue, 13 Sep 2011 08:26:25 -0600 Subject: The value is the dotted module name to the command class. --- Lib/packaging/command/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/packaging/command/__init__.py b/Lib/packaging/command/__init__.py index 8f8c08c..cd34fc8 100644 --- a/Lib/packaging/command/__init__.py +++ b/Lib/packaging/command/__init__.py @@ -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) -- cgit v0.12