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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5b53df18c4b686f789bf1d981f3f72da9ba29f0;p=thirdparty%2FPython%2Fcpython.git Harry Henry Gebel: add 'bdist_rpm' command. --- diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py index 573ae5138e12..cd7753fe6469 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', ]