fix: added file writer entry point

This commit is contained in:
2024-04-23 18:27:08 +02:00
parent be5c35a938
commit 265c09d746
2 changed files with 3 additions and 0 deletions
View File
+3
View File
@@ -39,6 +39,9 @@ plugin_bec = "pxiii_bec"
[project.entry-points."bec.deployment.device_server"]
plugin_ds_startup = "pxiii_bec.deployment.device_server.startup:run"
[project.entry-points."bec.file_writer"]
plugin_file_writer = "pxiii_bec.file_writer"
[project.entry-points."bec.scans"]
plugin_scans = "pxiii_bec.scans"