From 9bdd25aaff586a8f8c874993734f94f4ddd1ffa2 Mon Sep 17 00:00:00 2001 From: s-weigand Date: Thu, 2 Dec 2021 12:32:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20usage=20of=20old=20entry?= =?UTF-8?q?=20point=20for=20CLI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index eb09cc8..c85be6d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -14,7 +14,7 @@ build: number: 0 noarch: python entry_points: - - glotaran=glotaran.cli.main:glotaran + - glotaran=glotaran.cli.main:main script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv requirements: