summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/__init__.py')
-rw-r--r--Lib/distutils/command/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py
index b7973c6..385330b 100644
--- a/Lib/distutils/command/__init__.py
+++ b/Lib/distutils/command/__init__.py
@@ -13,4 +13,6 @@ __all__ = ['build',
'install_lib',
'clean',
'sdist',
+ 'bdist',
+ 'bdist_dumb',
]