Closed shughes-uk closed 1 year ago
The lack of __init__.py causes python setup.py bdist_wheel to incorrectly not include any of the python files in the resulting wheel. This fixes that!
__init__.py
python setup.py bdist_wheel
The lack of
__init__.py
causespython setup.py bdist_wheel
to incorrectly not include any of the python files in the resulting wheel. This fixes that!