Browse Source

remove deps from config

master
Nils 2 years ago
parent
commit
a45df552be
  1. 2
      engine/config.py

2
engine/config.py

@ -63,6 +63,4 @@ You have tracks with one pattern each. Turn on steps in the pattern to play
musical notes. Switch the patterns on and off in a sequence to create a song structure. musical notes. Switch the patterns on and off in a sequence to create a song structure.
Connect external synthesizers and samplers to create sounds. Connect external synthesizers and samplers to create sounds.
""", """,
"dependencies" : "\n".join("* "+dep for dep in ("",)), #the tuple in the end should be strings. This is for the manual, not for automatic packaging.
} }

Loading…
Cancel
Save