Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68ef50 commit aece427Copy full SHA for aece427
1 file changed
setup.py
@@ -600,7 +600,10 @@ def main():
600
cmdclass = {'build_ext':PyBuildExt},
601
# The struct module is defined here, because build_ext won't be
602
# called unless there's at least one extension module defined.
603
- ext_modules=[Extension('struct', ['structmodule.c'])]
+ ext_modules=[Extension('struct', ['structmodule.c'])],
604
+
605
+ # Scripts to install
606
+ scripts = ['Tools/scripts/pydoc']
607
)
608
609
# --install-platlib
0 commit comments