Skip to content

Commit

Permalink
remove entrypoint from pyproject.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubelMozumder committed Dec 19, 2024
1 parent 3e0f400 commit 5585ff2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down

0 comments on commit 5585ff2

Please sign in to comment.