fix: fix auto update entry point for v2 #1

Merged
wakonig_k merged 1 commits from fix/auto_updates_entry_point into main 2025-05-02 10:24:31 +02:00
2 changed files with 1 additions and 1 deletions

View File

@ -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"