diff --git a/pyproject.toml b/pyproject.toml index b78448a..15f719d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ main = "quacc.main:main" run = "run:run" panel = "qcpanel.run:run" sync_up = "remote:sync_code" +sync_down = "remote:sync_output" [tool.poetry.group.dev.dependencies]