From c4dac6887b195f4e1d0f066b4c9e1f8339bed2f7 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Tue, 25 Jul 2023 16:06:39 +0100
Subject: [PATCH] MNT: Wrong path again

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 70709e589..fa61d946d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -86,7 +86,7 @@ exclude = ["fsl.tests*"]
 
 
 [tool.setuptools.package-data]
-fsl = ["fsl/utils/filetree/trees/*"]
+fsl = ["utils/filetree/trees/*"]
 
 
 [tool.setuptools.dynamic]
-- 
GitLab