From 0a42dba4537a1dba15c1b322d7ca1f70c3edade1 Mon Sep 17 00:00:00 2001 From: "d.mentock" Date: Mon, 2 May 2022 10:25:11 +0200 Subject: [PATCH] modified setup.cfg to include solver dir --- python/setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/setup.cfg b/python/setup.cfg index 30107fd10..bdc7cbb52 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -15,7 +15,9 @@ classifiers = Operating System :: OS Independent [options] -packages = damask +packages = + damask + damask.solver include_package_data = true python_requires = >= 3.8 install_requires =