diff --git a/modules/python/pyproject.toml b/modules/python/pyproject.toml index c03218cb95..8b7d2a4b56 100644 --- a/modules/python/pyproject.toml +++ b/modules/python/pyproject.toml @@ -28,7 +28,7 @@ Source = "https://github.com/Azure/telescope" Documentation = "https://github.com/Azure/telescope/tree/main/modules/python" [tool.setuptools] -packages = ["iperf3", "clients", "utils", "clusterloader2", "kwok", "gpu"] +packages = ["iperf3", "clients", "utils", "clusterloader2", "kwok", "gpu", "crud"] [tool.setuptools.dynamic] dependencies = {file = "requirements.txt"} @@ -38,3 +38,4 @@ telescope-iperf3 = "iperf3.iperf3_pod:main" telescope-cl2-autoscale = "clusterloader2.autoscale.autoscale:main" telescope-cl2-cri = "clusterloader2.cri.cri:main" telescope-kwok = "kwok.kwok:main" +telescope-crud = "crud.main:main"