From: Andrew M. Kuchling Date: Wed, 28 Feb 2001 20:56:49 +0000 (+0000) Subject: Install the pydoc script X-Git-Tag: v2.1b1~124 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aece4270b1de4777eef3f2aadd7aaf3ac9b69cee;p=thirdparty%2FPython%2Fcpython.git Install the pydoc script --- diff --git a/setup.py b/setup.py index a40715c50160..40e65d4176e2 100644 --- a/setup.py +++ b/setup.py @@ -600,7 +600,10 @@ def main(): cmdclass = {'build_ext':PyBuildExt}, # The struct module is defined here, because build_ext won't be # called unless there's at least one extension module defined. - ext_modules=[Extension('struct', ['structmodule.c'])] + ext_modules=[Extension('struct', ['structmodule.c'])], + + # Scripts to install + scripts = ['Tools/scripts/pydoc'] ) # --install-platlib