Skip to content

Add missing `.cuh` files to package data

Frederik Hennig requested to merge fhennig/fix-package-data into v2.0-dev

!461 (merged) added cuda.cuh to include/pystencils_runtime, but forgot to list .cuh files in the setuptools package-data config. As a consequence, the cuh file was not being installed properly, and #include errors ensued.

Merge request reports