Skip to content
Snippets Groups Projects
Commit 4ee400e9 authored by Christoph Alt's avatar Christoph Alt
Browse files

added the new packages to the setup.cfg and the new templates to the

manifest so that packaging works correctly
parent 9140da63
No related branches found
No related tags found
1 merge request!1Add CUDA support
Pipeline #55003 skipped
include README.md include README.md
include LICENSE.md include LICENSE.md
include pystencils_benchmark/templates/* include pystencils_benchmark/templates/*
include pystencils_benchmark/templates/cpu/*
include pystencils_benchmark/templates/gpu/*
...@@ -10,7 +10,10 @@ license = AGPLv3 ...@@ -10,7 +10,10 @@ license = AGPLv3
version = 0.0.1 version = 0.0.1
[options] [options]
packages = pystencils_benchmark packages =
pystencils_benchmark
pystencils_benchmark.gpu
pystencils_benchmark.cpu
install_requires = install_requires =
jinja2 >= 3.0 jinja2 >= 3.0
pystencils >= 0.3.4 pystencils >= 0.3.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment