From fffec9cd814e6a8278019c4556870e42ab054a17 Mon Sep 17 00:00:00 2001 From: Helge Gehring <42973196+HelgeGehring@users.noreply.github.com> Date: Thu, 3 Oct 2024 02:51:16 -0700 Subject: [PATCH] fix pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 124a99bd..f39785c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ docs = [ [tool.setuptools.packages.find] where = ["."] -include = ["femwell*] +include = ["femwell*"] [project.urls] Homepage = "https://github.com/HelgeGehring/femwell"