From 7997d6b01c76fa8f0ed3adb24db83b64e6995fb3 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Thu, 14 Nov 2019 15:19:07 +0100 Subject: [PATCH] [conda] Completely remove "license_file" entry on conda recipes (see bob/bob.devtools#44 and bob/bob.devtools!127) --- conda/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index ee3ad29..6c1093e 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -62,4 +62,3 @@ about: home: https://www.idiap.ch/software/bob/ license: BSD License license_family: BSD - license_file: ../LICENSE \ No newline at end of file -- GitLab