summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-02-28 20:56:49 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-02-28 20:56:49 (GMT)
commitaece4270b1de4777eef3f2aadd7aaf3ac9b69cee (patch)
tree070fb18790e833801bc76e409ecc572eb5103f1f
parentb68ef5081dcdd75c38f84c451038785df44a0c42 (diff)
downloadcpython-aece4270b1de4777eef3f2aadd7aaf3ac9b69cee.zip
cpython-aece4270b1de4777eef3f2aadd7aaf3ac9b69cee.tar.gz
cpython-aece4270b1de4777eef3f2aadd7aaf3ac9b69cee.tar.bz2
Install the pydoc script
-rw-r--r--setup.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a40715c..40e65d4 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