From 4e33ae9abf0a2df74611a739d42a02884c1d1728 Mon Sep 17 00:00:00 2001 From: krande Date: Thu, 14 Apr 2022 13:16:31 +0200 Subject: [PATCH] fix wrong path to source files --- conda/meta.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index e91a01e569..77db44792f 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -56,12 +56,12 @@ test: - xmlschema source_files: - test - - src/ifcopenshell-python/api - - src/ifcopenshell-python/util - - src/ifcopenshell-python/bootstrap.py - - src/ifcopenshell-python/test_file.py - - src/ifcopenshell-python/test_wall_opening.py - - src/ifcopenshell-python/__init__.py + - src/ifcopenshell-python/test/api + - src/ifcopenshell-python/test/util + - src/ifcopenshell-python/test/bootstrap.py + - src/ifcopenshell-python/test/test_file.py + - src/ifcopenshell-python/test/test_wall_opening.py + - src/ifcopenshell-python/test/__init__.py about: home: http://ifcopenshell.org