From e3b88da3952a40278c60219458d5766f18535ecc Mon Sep 17 00:00:00 2001 From: iainrb <1695061+iainrb@users.noreply.github.com> Date: Wed, 22 Jan 2025 13:31:35 -0500 Subject: [PATCH] Add 'templates' subdirectory to installation wildcards --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6a2bf984..7465533c 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,8 @@ 'resources/*', 'R/*', 'r/*', - 'Rscripts/*' + 'Rscripts/*', + 'templates/*' ] with open("README.md", "r") as fh: