diff --git a/projects/hatctl/BUILD b/projects/clusterctrl/BUILD similarity index 68% rename from projects/hatctl/BUILD rename to projects/clusterctrl/BUILD index 7dd9742..57e75d2 100644 --- a/projects/hatctl/BUILD +++ b/projects/clusterctrl/BUILD @@ -3,8 +3,8 @@ py_project( ) zapp_binary( - name = "hatctl", - main = "src/python/hatctl/__main__.py", + name = "clusterctrl", + main = "src/python/clusterctrl/__main__.py", imports = [ "src/python", ], diff --git a/projects/hatctl/README.md b/projects/clusterctrl/README.md similarity index 100% rename from projects/hatctl/README.md rename to projects/clusterctrl/README.md diff --git a/projects/hatctl/src/python/hatctl/__main__.py b/projects/clusterctrl/src/python/clusterctrl/__main__.py similarity index 100% rename from projects/hatctl/src/python/hatctl/__main__.py rename to projects/clusterctrl/src/python/clusterctrl/__main__.py diff --git a/projects/hatctl/src/python/hatctl/driver.py b/projects/clusterctrl/src/python/clusterctrl/driver.py similarity index 100% rename from projects/hatctl/src/python/hatctl/driver.py rename to projects/clusterctrl/src/python/clusterctrl/driver.py diff --git a/projects/hatctl/src/python/hatctl/xra1200.py b/projects/clusterctrl/src/python/clusterctrl/xra1200.py similarity index 100% rename from projects/hatctl/src/python/hatctl/xra1200.py rename to projects/clusterctrl/src/python/clusterctrl/xra1200.py