diff --git a/MANIFEST.in b/MANIFEST.in
index ef395db5de04a9fe3ab135348bcff11e436a39e5..38e62852160d0d4b252a7d3d74390e9177ba420c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,5 @@
 include README.md
 include LICENSE.md
 include pystencils_benchmark/templates/*
+include pystencils_benchmark/templates/cpu/*
+include pystencils_benchmark/templates/gpu/*
diff --git a/setup.cfg b/setup.cfg
index 40637974d93092d6ddadf370fc5870850a73b2ad..8bc42e90d33461f9f54da56f1ec045423b591818 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,7 +10,10 @@ license = AGPLv3
 version = 0.0.1
 
 [options]
-packages = pystencils_benchmark
+packages = 
+    pystencils_benchmark
+    pystencils_benchmark.gpu
+    pystencils_benchmark.cpu
 install_requires =
     jinja2 >= 3.0
     pystencils >= 0.3.4