Add support for external configuration and URL config as top-level setting
This release allows settings to be passed as a dict to the Manifester class at instantiation time in addition to being read from manifester_settings.yaml
. It also provides support for setting the URL
config section at the top level of manifester_settings.yaml
in addition to being set per manifest category.
What's Changed
- Add support for external configuration by @synkd in #11
- Add support for URL config as a top-level setting by @synkd in #11
Full Changelog: v0.0.5...v0.0.6