From 96b61379ba2370e2147f63b21bf34821335e1dbc Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Thu, 14 Nov 2019 16:50:57 +0100 Subject: [PATCH] [conda] Completely remove "license_file" entry on conda recipe See bob.devtools#44 and bob.devtools!127 --- conda/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 62b7a48..fb2bd5d 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -94,4 +94,3 @@ about: license: BSD summary: Command-line client for the BEAT platform license_family: BSD - license_file: ../LICENSE -- GitLab