Install the pydoc script

This commit is contained in:
Andrew M. Kuchling 2001-02-28 20:56:49 +00:00
parent b68ef5081d
commit aece4270b1
1 changed files with 4 additions and 1 deletions

View File

@ -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