From ac75b5c340e0e63b84daf2bcf7ccdb6375ea243c Mon Sep 17 00:00:00 2001 From: pradal <christophe.pradal@cirad.fr> Date: Fri, 18 Oct 2024 06:45:54 +0200 Subject: [PATCH] Fix issue #37. Package has to be generateed explicitly on windows to be able to run visualea --- conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 513a35a..96c6243 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -8,7 +8,7 @@ source: path: .. build: - noarch: python + #noarch: python,# issue 37 preserve_egg_dir: True number: 1 script: {{PYTHON}} setup.py install