Skip to content

Commit

Permalink
setup: register structure import command with aiida.cmdline.data.stru…
Browse files Browse the repository at this point in the history
…cture.import entrypoint

AiiDA v1.6.1 got a new entrypoint for registering command line format importers, use that to make "verdi data structure import cp2k ..." possible
  • Loading branch information
dev-zero committed Apr 18, 2021
1 parent 51e6ec1 commit c91bcd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"aiida.workflows": [
"cp2k.base = aiida_cp2k.workchains:Cp2kBaseWorkChain"
],
"aiida.cmdline.data.structure.import": [
"cp2k = aiida_cp2k.cli.data.structure:cmd_import"
],
"console_scripts": [
"aiida-cp2k = aiida_cp2k.cli:cmd_root"
]
Expand Down

0 comments on commit c91bcd5

Please sign in to comment.