Update repo with template version v1.3.2
CI for bec_testing_plugin / test (push) Failing after 7s
CI for bec_testing_plugin / test (pull_request) Failing after 4s

This commit is contained in:
2026-05-20 10:29:29 +02:00
parent 61756e83ed
commit b5ad6cbd0a
8 changed files with 121 additions and 19 deletions
+4 -1
View File
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "bec_testing_plugin"
version = "0.0.0"
description = "A plugin repository for BEC"
requires-python = ">=3.10"
requires-python = ">=3.11"
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
@@ -39,6 +39,9 @@ plugin_file_writer = "bec_testing_plugin.file_writer"
[project.entry-points."bec.scans"]
plugin_scans = "bec_testing_plugin.scans"
[project.entry-points."bec.scans.scan_modifier"]
plugin_scan_modifier = "bec_testing_plugin.scans.scan_customization.scan_modifier"
[project.entry-points."bec.scans.metadata_schema"]
plugin_metadata_schema = "bec_testing_plugin.scans.metadata_schema"