Describe the bug
The setup.py script uses build_helpers/ however build_helpers/ isn't included in the pypi code archive, so running python setup.py sdist from that archive isn't possible.
Expected behavior
Expect to be able to install via the code archive uploaded to pypi.
Describe the bug
The
setup.pyscript usesbuild_helpers/howeverbuild_helpers/isn't included in the pypi code archive, so runningpython setup.py sdistfrom that archive isn't possible.Expected behavior
Expect to be able to install via the code archive uploaded to pypi.