Infrastructure support for the "bdist_wininst" command.

This commit is contained in:
Greg Ward 2000-06-27 01:24:07 +00:00
parent 855dab9987
commit 1f9b73b575
2 changed files with 3 additions and 0 deletions

View file

@ -20,4 +20,5 @@ __all__ = ['build',
'bdist',
'bdist_dumb',
'bdist_rpm',
'bdist_wininst',
]