From d0e12b1fb8127b2f5b4daf6c3ffcc830af8de5b6 Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Fri, 24 Nov 2023 01:19:09 -0500 Subject: [PATCH] fix(metadata): remove unused packages Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- openllm-python/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/openllm-python/pyproject.toml b/openllm-python/pyproject.toml index 2761b1b8..1c0294e8 100644 --- a/openllm-python/pyproject.toml +++ b/openllm-python/pyproject.toml @@ -82,7 +82,6 @@ name = "openllm" requires-python = ">=3.8" [project.scripts] openllm = "openllm_cli.entrypoint:cli" -openllm-build-base-container = "openllm_cli.extension.build_base_container:cli" openllm-dive-bentos = "openllm_cli.extension.dive_bentos:cli" openllm-get-containerfile = "openllm_cli.extension.get_containerfile:cli" openllm-get-prompt = "openllm_cli.extension.get_prompt:cli"