fix: fix auto update entry point for v2

This commit is contained in:
2025-05-02 10:22:50 +02:00
parent a389984d25
commit 2270c61e69
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" plugin_ipython_client_post = "{{ project_name }}.bec_ipython_client.startup"
[project.entry-points."bec.widgets.auto_updates"] [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"] [project.entry-points."bec.widgets.user_widgets"]
plugin_widgets = "{{ project_name }}.bec_widgets.widgets" plugin_widgets = "{{ project_name }}.bec_widgets.widgets"