The "Creating the package files" step instructs readers to create a setup.py, which remains empty, leading to build failures:
The guide later mentions that, "If you include [setup.py], you must have a call to setup() in it", but this appears to be easily overlooked.
The "Creating the package files" step instructs readers to create a
setup.py, which remains empty, leading to build failures:The guide later mentions that, "If you include [setup.py], you must have a call to setup() in it", but this appears to be easily overlooked.