From c19b9b1beb41ba807e4b79a413b15209ef5127b6 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Sat, 19 Oct 2024 00:12:18 +0100 Subject: [PATCH] added subfolders to txt search command in pyproject (#3174) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39aa261c1b4..d0419d550f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ include = ['openmc*', 'scripts*'] exclude = ['tests*'] [tool.setuptools.package-data] -"openmc.data.effective_dose" = ["*.txt"] +"openmc.data.effective_dose" = ["**/*.txt"] "openmc.data" = ["*.txt", "*.DAT", "*.json", "*.h5"] "openmc.lib" = ["libopenmc.dylib", "libopenmc.so"]