See #100 ... not entirely sure why the current entry was working for the default cookiecutter, but not in that case, but this entry for package data more generally includes any yaml files found. (Users can further tune if they need to)
Side-note, technically I think we could just remove that bit altogether (the include_package_data = True in the [options] should be sufficient) ... but this is a bit safer i guess
changing the package data entry to:
See #100 ... not entirely sure why the current entry was working for the default cookiecutter, but not in that case, but this entry for package data more generally includes any yaml files found. (Users can further tune if they need to)
Side-note, technically I think we could just remove that bit altogether (the
include_package_data = True
in the[options]
should be sufficient) ... but this is a bit safer i guess