cloudmesh / cloudmesh-pi-burn

Burns many SD cards so we can build a Raspberry PI cluster
Other
18 stars 12 forks source link

Renames cm-burn.py to cmburn.py to fix pip install #4

Closed jonathanbranam closed 5 years ago

jonathanbranam commented 5 years ago

This change renames the python file to remove the dash since dashes are not allowed in python module names. The setup.py script renames the module on installation so that it can still be executed with the command cm-burn after installation.