napari / cookiecutter-napari-plugin

Cookiecutter for napari plugins
BSD 3-Clause "New" or "Revised" License
67 stars 39 forks source link

Bumpy python to 3.8, use more general [options.package_data] entry #101

Closed tlambert03 closed 2 years ago

tlambert03 commented 2 years ago

changing the package data entry to:

[options.package_data]
* = *.yaml

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