From 674a21cf5c7accdd8ea50ff798585c8475810948 Mon Sep 17 00:00:00 2001
From: Frederik Hennig <frederik.hennig@fau.de>
Date: Wed, 30 Apr 2025 13:31:13 +0200
Subject: [PATCH] Add missing `.cuh` files to package data

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

diff --git a/pyproject.toml b/pyproject.toml
index ae539b12c..0c427bdae 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -90,6 +90,7 @@ build-backend = "setuptools.build_meta"
 pystencils = [
     "include/**/*.h",
     "include/**/*.hpp",
+    "include/**/*.cuh",
     "jit/cpu/*.tmpl.cpp",
     "boundaries/createindexlistcython.pyx"
 ]
-- 
GitLab