]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Install the pydoc script
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 28 Feb 2001 20:56:49 +0000 (20:56 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 28 Feb 2001 20:56:49 +0000 (20:56 +0000)
setup.py

index a40715c50160cfa42145a06004cb648d049d97db..40e65d4176e23dbfdf4855b987620be06c9bff99 100644 (file)
--- 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