From d5b53df18c4b686f789bf1d981f3f72da9ba29f0 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Sat, 13 May 2000 01:48:15 +0000 Subject: Harry Henry Gebel: add 'bdist_rpm' command. --- Lib/distutils/command/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py index 573ae51..cd7753f 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', ] -- cgit v0.12