diff --git a/pyproject.toml.jinja b/pyproject.toml.jinja index fb3fe31..960fd4f 100644 --- a/pyproject.toml.jinja +++ b/pyproject.toml.jinja @@ -46,7 +46,7 @@ plugin_ipython_client_pre = "{{ project_name }}.bec_ipython_client.startup.pre_s plugin_ipython_client_post = "{{ project_name }}.bec_ipython_client.startup" [project.entry-points."bec.widgets.auto_updates"] -plugin_widgets_update = "{{ project_name }}.bec_widgets.auto_updates:PlotUpdate" +plugin_widgets_update = "{{ project_name }}.bec_widgets.auto_updates" [project.entry-points."bec.widgets.user_widgets"] plugin_widgets = "{{ project_name }}.bec_widgets.widgets" diff --git a/{{project_name}}/bec_widgets/auto_updates/__init__.py b/{{project_name}}/bec_widgets/auto_updates/__init__.py new file mode 100644 index 0000000..e69de29