From 4ee400e910d835c5c6535970fee423dad1a35798 Mon Sep 17 00:00:00 2001 From: Christoph Alt <typ@ohnebild.com> Date: Wed, 9 Aug 2023 14:51:12 +0200 Subject: [PATCH] added the new packages to the setup.cfg and the new templates to the manifest so that packaging works correctly --- MANIFEST.in | 2 ++ setup.cfg | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index ef395db..38e6285 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 4063797..8bc42e9 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 -- GitLab