From af79d437c2eb1f72ec4828d56a461ffd00d071b2 Mon Sep 17 00:00:00 2001 From: Pavel Korshunov <pavel.korshunov@idiap.ch> Date: Tue, 13 Feb 2018 22:56:07 +0100 Subject: [PATCH] removing console scripts entry point, since there are no scripts --- conda/meta.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 6940af2c..f116fe69 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -6,8 +6,6 @@ package: version: {{ environ.get('BOB_PACKAGE_VERSION', '0.0.1') }} build: - entry_points: - - version.py = bob.pad.face.script.version:main number: {{ environ.get('BOB_BUILD_NUMBER', 0) }} run_exports: - {{ pin_subpackage(name) }} -- GitLab