Skip to content

Commit

Permalink
refactored structure
Browse files Browse the repository at this point in the history
  • Loading branch information
aalbino2 committed Aug 21, 2024
1 parent 476c948 commit 42495bf
Show file tree
Hide file tree
Showing 25 changed files with 2,792 additions and 2,594 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,16 @@ where = [
"src",
]

[project.entry-points.'nomad.plugin']

general_schema = "nomad_material_processing:schema"
solution_schema = "nomad_material_processing.solution:schema"
vd_schema = "nomad_material_processing.vapor_deposition:schema"
cvd_schema = "nomad_material_processing.vapor_deposition.cvd:schema"
pvd_schema = "nomad_material_processing.vapor_deposition.pvd:schema"
mbe_schema = "nomad_material_processing.vapor_deposition.pvd:mbe_schema"
pld_schema = "nomad_material_processing.vapor_deposition.pvd:pld_schema"
sputtering_schema = "nomad_material_processing.vapor_deposition.pvd:sputtering_schema"
thermal_schema = "nomad_material_processing.vapor_deposition.pvd:thermal_schema"

[tool.setuptools_scm]
Loading

0 comments on commit 42495bf

Please sign in to comment.