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] Add newly introduced firmware files to setup.py modules list

awonak opened this issue · comments

The EuroPi firmware PyPi dist package configuration requires us to explicitly list the python files we want to include in the generated dist folder (https://github.com/Allen-Synthesis/EuroPi/blob/main/software/firmware/setup.py#L15-L23).

The configuration system from #220 added a few files that are not included in that list.

It looks like we will need to add the following modules to that list before cutting the next release:

  • configuration
  • europi_config
  • file_utils