I am trying to create a distribution package for my client, which I built from the files generated by OpenDXL Bootstrap. I am using a clean test system with Python 2.7.11 and pip installed.
When I run > python dist.py to create the distribution package, it only produces the .zip and .egg files under the dist/lib folder. The .whl is not present, despite no errors or warnings in the output from running the distribution script (see attached log file).
Why am I failing to produce the .whl package, and how can I fix it?