Cookiecutter problem

I note that if you use a plugin_package name which includes a hyphen then it will result in a plugin which complains at setup:

EntryPoint must be in 'name=module:attrs [extras]

You have to then manually edit the...

  • plugin_identifier all lowercase, probably best to avoid hyphens and underscores
  • plugin_package all lowercase, avoid hyphens minimally
  • manually rename folder which is the parent to static to match the plugin_package value
  • manually rename static files to match the plugin_identifier part
  • manually rename the assets md file to match the plugin_identifier