Skip to content

Commit

Permalink
Add an entry point for WorkGraphEngine to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Aug 9, 2024
1 parent 58ffaca commit e378b19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ workgraph = "aiida_workgraph.cli.cmd_workgraph:workgraph"
[project.entry-points."aiida.parsers"]
"workgraph.python" = "aiida_workgraph.calculations.python_parser:PythonParser"

[project.entry-points.'aiida.workflows']
"workgraph.engine" = "aiida_workgraph.engine.workgraph:WorkGraphEngine"

[project.entry-points."aiida.data"]
"workgraph.general" = "aiida_workgraph.orm.general_data:GeneralData"
"workgraph.ase.atoms.Atoms" = "aiida_workgraph.orm.atoms:AtomsData"
Expand Down

0 comments on commit e378b19

Please sign in to comment.