From f63294ebdc276e62a9de1930d8682ac574f0c843 Mon Sep 17 00:00:00 2001 From: Ken Odegard Date: Thu, 29 Jun 2023 12:35:22 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df4e8cca3b..9fb3b5f222 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ conda-debug = "conda_build.cli.main_debug:main" bdist_conda = "conda_build.bdist_conda:bdist_conda" [project.entry-points.conda] -conda-build = "conda_build.cli.plugins" +conda-build = "conda_build.plugin" [tool.hatch.version] source = "vcs"