diff --git a/Python/Lib/distutils/command/__init__.py b/Python/Lib/distutils/command/__init__.py index a2c1ac4..fda9d9f 100644 --- a/Python/Lib/distutils/command/__init__.py +++ b/Python/Lib/distutils/command/__init__.py @@ -23,6 +23,7 @@ __all__ = ['build', 'bdist', 'bdist_dumb', 'bdist_rpm', + 'bdist_altrpm', 'bdist_wininst', 'upload',