Per create un wheel (whl) esseguire i seguenti comandi:
python3 setup.py bdist_wheel
Si creerà un file con questa nomenclatura:
{distribution}-{version}(-{bild tag})?-{python tag}-{abi tag}-{platform tag}.whl
Pep8 standars: https://www.python.org/dev/peps/pep-0427/