This release removes the configurations system based upon various standardised Python files. Instead, it now uses the traitlets configuration system. This means that some commandline behaviour has changed, and configuration is no longer read from the aforementioned files.
Configuration should now be specified in a `literary_config.[json,py]` file placed in one of the `jupyter` search paths, or at the root of the current project. It is assumed that, when running command-line programs, the working directory _is_ the root of the project.
This now means that the same configuration system is used at runtime as well as by the command-line.