From 2bba0afd1017ac0ca96e9c9ae78df9d601465e16 Mon Sep 17 00:00:00 2001
From: Michiel Cottaar <MichielCottaar@gmail.com>
Date: Sat, 6 Oct 2018 18:01:47 +0100
Subject: [PATCH] BUG: instruct setup.py to install the trees themselves

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 63a6da5b8..1383c0e12 100644
--- a/setup.py
+++ b/setup.py
@@ -111,6 +111,7 @@ setup(
 
     install_requires=install_requires,
     extras_require=extra_requires,
+    package_data={'fsl': ['utils/filetree/trees/*']},
 
     test_suite='tests',
 
-- 
GitLab