Skip to content

Commit

Permalink
Include example plugin entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
RubelMozumder committed Dec 11, 2024
1 parent f2ee944 commit 7bdb7c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ docs = [
[project.entry-points."pynxtools.reader"]
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"


[tool.setuptools.packages.find]
where = ["src"]
# include = ["src/pynxtools_spm"]
Expand Down

0 comments on commit 7bdb7c6

Please sign in to comment.