]> granicus.if.org Git - python/commitdiff
Added 'bdist' and 'bdist_dumb'.
authorGreg Ward <gward@python.net>
Fri, 31 Mar 2000 03:14:51 +0000 (03:14 +0000)
committerGreg Ward <gward@python.net>
Fri, 31 Mar 2000 03:14:51 +0000 (03:14 +0000)
Lib/distutils/command/__init__.py

index b7973c6142d7204f7632a442365198cd91bb2b42..385330b5e0f04ab7246f94b4adb0ea8425cf08bc 100644 (file)
@@ -13,4 +13,6 @@ __all__ = ['build',
            'install_lib',
            'clean',
            'sdist',
+           'bdist',
+           'bdist_dumb',
           ]