Allen-Synthesis / EuroPi

EuroPi: A reprogrammable Eurorack module based on the Raspberry Pi Pico

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug Report] PyPi contrib dist package missing version.py

awonak opened this issue · comments

Bug Report

Describe the bug

Installing micropython-europi-contrib-0.7.0 from Thonny throws an error.

Full stack trace: https://pastebin.com/56YyZ8ND

To Reproduce
Install micropython-europi-contrib-0.7.0 from Thonny.

Extra details
When the contrib dist package is created, it has access to the version.py file from the source, but the zipped dist package doesn't retain version.py and throws an error when setup.py tries to access it.