3. `python setup.py bdist_wheel` (creates new .whl)
4. `twine upload dist\purrsong-0.0.4-py3-none-any.whl`
5. git push
6. `pip install --upgrade purrsong`
0.4. Error detected, failed to `import downloader`
How to fix
change
python
from downloader import download_file_from_google_drive
python
from purrsong.downloader import download_file_from_google_drive
1. change `cats.py`