From 9a80e2559bb46a754a73166b82d3900cf620fe45 Mon Sep 17 00:00:00 2001 From: Maximilian Weigand Date: Sat, 11 Jan 2025 13:56:57 +0100 Subject: [PATCH] Add an empty pygimli.core.libs module This fixes compilation and installation via pip/setup.py. Currently, when installing via pip/setup.py pygimli.core.libs will not be recognized as a module. Correspondingly, the .so files of the core are not copied, leading to an unusable pygimli installation. --- pygimli/core/libs/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 pygimli/core/libs/__init__.py diff --git a/pygimli/core/libs/__init__.py b/pygimli/core/libs/__init__.py new file mode 100644 index 000000000..e69de29bb