From 2270c61e69b2943444eec1158804b9b1598d0a02 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Fri, 2 May 2025 10:22:50 +0200 Subject: [PATCH] fix: fix auto update entry point for v2 --- pyproject.toml.jinja | 2 +- {{project_name}}/bec_widgets/auto_updates/__init__.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 {{project_name}}/bec_widgets/auto_updates/__init__.py 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