summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/__init__.py
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2000-05-13 01:48:15 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2000-05-13 01:48:15 (GMT)
commitd5b53df18c4b686f789bf1d981f3f72da9ba29f0 (patch)
treeb6d98325ff20f3829c768ae30c506bf6e37a8f2f /Lib/distutils/command/__init__.py
parentde5c953a2b68c7ef87daf256a1527b5d99ded05f (diff)
downloadcpython-d5b53df18c4b686f789bf1d981f3f72da9ba29f0.zip
cpython-d5b53df18c4b686f789bf1d981f3f72da9ba29f0.tar.gz
cpython-d5b53df18c4b686f789bf1d981f3f72da9ba29f0.tar.bz2
Harry Henry Gebel: add 'bdist_rpm' command.
Diffstat (limited to 'Lib/distutils/command/__init__.py')
-rw-r--r--Lib/distutils/command/__init__.py1
1 files changed, 1 insertions, 0 deletions
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',
]