From 5585ff2b21f5b27a619876e6cf1687a228cba967 Mon Sep 17 00:00:00 2001 From: Rubel Date: Thu, 19 Dec 2024 10:28:02 +0100 Subject: [PATCH] remove entrypoint from pyproject. --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b271d20..6f82cc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,11 +52,8 @@ docs = [ spm = "pynxtools_spm.reader:SPMReader" [project.entry-points."nomad.plugin"] -sts_default_example = "pynxtools_spm.nomad.entrypoints:sts_default_example" sts_example_with_customization = "pynxtools_spm.nomad.entrypoints:sts_example_with_customization" -stm_default_example = "pynxtools_spm.nomad.entrypoints:stm_default_example" stm_example_with_customization = "pynxtools_spm.nomad.entrypoints:stm_example_with_customization" -afm_default_example = "pynxtools_spm.nomad.entrypoints:afm_default_example" afm_example_with_customization = "pynxtools_spm.nomad.entrypoints:afm_example_with_customization"