mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
The value is the dotted module name to the command class.
This commit is contained in:
parent
e012c02a5c
commit
3ac4f59a82
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ _COMMANDS = {
|
||||||
|
|
||||||
# XXX this is crappy
|
# XXX this is crappy
|
||||||
if os.name == 'nt':
|
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,
|
# XXX use OrderedDict to preserve the grouping (build-related, install-related,
|
||||||
# distribution-related)
|
# distribution-related)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue