From f63bee2eed4eabe00eace1b1fd67461176cc6c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dion=20H=C3=A4fner?= Date: Thu, 11 Apr 2024 10:22:43 +0200 Subject: [PATCH] include submodules in installation --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8a333d..b46fbb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,6 @@ exclude = ''' [tool.setuptools.packages.find] where = ["."] # list of folders that contain the packages (["."] by default) -include = ["exponax"] # package names should match these glob patterns (["*"] by default) +include = ["exponax*"] # package names should match these glob patterns (["*"] by default) exclude = [] # exclude packages matching these glob patterns (empty by default) namespaces = false # to disable scanning PEP 420 namespaces (true by default) \ No newline at end of file