From 24bb41d25eb625d54a7d97efb11fb9cb6a01ef59 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Thu, 14 Nov 2019 09:45:56 +0100 Subject: [PATCH] [conda] Reset license file location and remove hack (affects bob/bob.devtools#44) --- conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 70d5d1c..6c1ecfa 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -55,4 +55,4 @@ about: summary: A collection of zc.buildout recipes for Bob packages license: BSD 3-Clause license_family: BSD - license_file: ../LICENSE + license_file: LICENSE -- GitLab