Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aece427

Browse files
committed
Install the pydoc script
1 parent b68ef50 commit aece427

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,10 @@ def main():
600600
cmdclass = {'build_ext':PyBuildExt},
601601
# The struct module is defined here, because build_ext won't be
602602
# called unless there's at least one extension module defined.
603-
ext_modules=[Extension('struct', ['structmodule.c'])]
603+
ext_modules=[Extension('struct', ['structmodule.c'])],
604+
605+
# Scripts to install
606+
scripts = ['Tools/scripts/pydoc']
604607
)
605608

606609
# --install-platlib

0 commit comments

Comments
 (0)