Browse Source

Add description to config.py

master
Nils 4 years ago
parent
commit
8cac17dcc3
  1. 14
      engine/config.py

14
engine/config.py

@ -35,11 +35,17 @@ METADATA={
#Various strings for the README
#Extra whitespace will be stripped so we don't need to worry about docstring indentation
"description" : """
Hello World
Argodejo (Esperanto: 'place to set things up') is a music production session manager.
It is used to start your programs, remember their (JACK) interconnections and make your life easier
in general.
""" + "\n" + """
You can seamlessly change between two view modes to quickly start a few programs or have complete
control and a detailed overview.
""" + "\n" + """
Foo Bar""",
Argodejo does not re-invent the wheel but instead uses the Non-Session-Manager backend and enhances
it with some tricks of its own, that always remain 100% compatible with the original sessions.
""", #this is the dict-comma.
"dependencies" : "\n".join("* "+dep for dep in ("A Brain", "Linux" )),
"dependencies" : "\n".join("* "+dep for dep in ("Non Session Manager (or compatible)")),
}

Loading…
Cancel
Save