Skip to content

Commit

Permalink
fix entry_points
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Sep 20, 2023
1 parent 89d615b commit 9ca89b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ exclude = tests, test*
[options.entry_points]
console_scripts =
aiida-sssp-workflow = aiida_sssp_workflow.cli:cmd_root
aiida.calculations =
sssp_workflow.birch_murnaghan_fit = aiida_sssp_workflow.calculations.birch_murnaghan_fit:birch_murnaghan_fit
aiida.workflows =
sssp_workflow.measure.precision = aiida_sssp_workflow.workflows.measure.precision:PrecisionMeasureWorkChain
sssp_workflow.measure.bands = aiida_sssp_workflow.workflows.measure.bands:BandsMeasureWorkChain
Expand Down

0 comments on commit 9ca89b2

Please sign in to comment.