From: Gregory P. Smith Date: Sat, 13 May 2000 01:48:15 +0000 (+0000) Subject: Harry Henry Gebel: add 'bdist_rpm' command. X-Git-Tag: v2.0b1~1741 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5b53df18c4b686f789bf1d981f3f72da9ba29f0;p=python Harry Henry Gebel: add 'bdist_rpm' command. --- diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py index 573ae5138e..cd7753fe64 100644 --- a/Lib/distutils/command/__init__.py +++ b/Lib/distutils/command/__init__.py @@ -17,4 +17,5 @@ __all__ = ['build', 'sdist', 'bdist', 'bdist_dumb', + 'bdist_rpm', ]