From 81184635009a1e62d06e8adaa150fa84afd2c026 Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Wed, 12 Mar 2025 09:50:39 +0100 Subject: [PATCH] update pyproject.toml to distribute all headers in subfolders of `include` --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3c6b1c02..55b21cbbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,8 @@ build-backend = "setuptools.build_meta" [tool.setuptools.package-data] pystencils = [ - "include/*.h", + "include/**/*.h", + "include/**/*.hpp", "jit/cpu/*.tmpl.cpp", "boundaries/createindexlistcython.pyx" ] -- GitLab