From 60190e8992339bb1dba62336a562e7a851c278b2 Mon Sep 17 00:00:00 2001 From: "d.mentock" Date: Mon, 2 May 2022 18:00:21 +0200 Subject: [PATCH] modified setup.cfg to automatically detect main package and subpackages --- python/setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/setup.cfg b/python/setup.cfg index bdc7cbb52..321040658 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -15,9 +15,7 @@ classifiers = Operating System :: OS Independent [options] -packages = - damask - damask.solver +packages = find: include_package_data = true python_requires = >= 3.8 install_requires =