diff options
Diffstat (limited to 'Lib/distutils/command/__init__.py')
-rw-r--r-- | Lib/distutils/command/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py index 95bce8d..ef8e9ad 100644 --- a/Lib/distutils/command/__init__.py +++ b/Lib/distutils/command/__init__.py @@ -20,4 +20,5 @@ __all__ = ['build', 'bdist', 'bdist_dumb', 'bdist_rpm', + 'bdist_wininst', ] |