diff --git a/admin/client/pyproject.toml b/admin/client/pyproject.toml index 4b5e2cd31b..1b79c85c31 100644 --- a/admin/client/pyproject.toml +++ b/admin/client/pyproject.toml @@ -21,7 +21,7 @@ test = [ ] [tool.setuptools] -py-modules = ["ragflow_cli", "parser"] +py-modules = ["ragflow_cli", "parser", "http_client", "ragflow_client", "user"] [project.scripts] ragflow-cli = "ragflow_cli:main"