]> granicus.if.org Git - python/commitdiff
Harry Henry Gebel: add 'bdist_rpm' command.
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 13 May 2000 01:48:15 +0000 (01:48 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 13 May 2000 01:48:15 +0000 (01:48 +0000)
Lib/distutils/command/__init__.py

index 573ae5138e12104aa23baa82da651d4b660fe520..cd7753fe6469a34ae10859e2b6f23dbee8c30af0 100644 (file)
@@ -17,4 +17,5 @@ __all__ = ['build',
            'sdist',
            'bdist',
            'bdist_dumb',
+           'bdist_rpm',
           ]