setup.configure: Replaced the use of an intermediate dictionary for storing config options. Now all configuration is done directly in the ivle.config.Config object, and written back out from the same object.
ivle.config: Config.set_by_path, value is now optional, to let you just set the comment field.