Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Include executables

root/
  setup.py
  README.rst
  MANIFEST.in
  bin/
    runmymath.py
    runmymath.bat
  mymath/
    __init__.py
    calc.py
import mymath

def main():
    print("running")

main()

{% embed include file="src/examples/package/3/bin/runmymath.bat)

setup.py will need to get

    scripts=['bin/runmymath.py', 'bin/runmymath.bat'],