This pull request fixes an error caused when a model's info metadata contains authors key (rather than author - singular). For now, anyway, I've changed it so that both are valid keys (look for author and then authors). The author list is now always a tuple.
Coverage remained the same at ?% when pulling e95b0be8556409220e18523109f27e5a0815681f on mcflugen/fix-multiple-authors-error into 704a92bb72a32ec996c65fc3f1c29ab64bbdc597 on master.
Coverage increased (+0.04%) to 71.312% when pulling 5b15fe77b737d70770f77812ff21751da95a1912 on mcflugen/fix-multiple-authors-error into 704a92bb72a32ec996c65fc3f1c29ab64bbdc597 on master.
This pull request fixes an error caused when a model's info metadata contains authors key (rather than author - singular). For now, anyway, I've changed it so that both are valid keys (look for author and then authors). The author list is now always a tuple.