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 theplugin_package
value - manually rename
static
files to match theplugin_identifier
part - manually rename the
assets
md file to match theplugin_identifier