From ce511aa111aa4a5c6afec6b7454c223b6457819b Mon Sep 17 00:00:00 2001
From: Pauli Virtanen <pauli.t.virtanen@jyu.fi>
Date: Thu, 8 Sep 2022 16:07:14 +0300
Subject: [PATCH] Update build

---
 usadelndsoc/meson.build | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/usadelndsoc/meson.build b/usadelndsoc/meson.build
index fa56d9e..f9c620a 100644
--- a/usadelndsoc/meson.build
+++ b/usadelndsoc/meson.build
@@ -7,7 +7,15 @@ py3.extension_module(
 )
 
 py3.install_sources(
-  ['__init__.py', 'bcs.py', 'matsubara.py', 'solver.py'],
-  pure: false,
+  [
+      '__init__.py',
+      '_plotting_data.py',
+      'bcs.py',
+      'core.py',
+      'matsubara.py',
+      'plotting.py',
+      'solver.py'
+  ],
+  pure : false,
   subdir : 'usadelndsoc',
 )
-- 
GitLab