Skip to content

Commit

Permalink
[fix] Include hydra_plugins in the urartu dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tamohannes committed Jun 27, 2024
1 parent 5e9f9a9 commit d20dbae
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"urartu=urartu.__init__:main",
],
"hydra.plugins": [
"urartu_plugin = hydra_plugins.urartu_plugin.urartu_plugin:UrartuPlugin",
"urartu_plugin = urartu.hydra_plugins.urartu_plugin.urartu_plugin:UrartuPlugin",
],
},
)
File renamed without changes.
Empty file.

0 comments on commit d20dbae

Please sign in to comment.