diff --git a/pyproject.toml b/pyproject.toml index 670a7a3f..124a99bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,10 @@ docs = [ "pandas" ] +[tool.setuptools.packages.find] +where = ["."] +include = ["femwell*] + [project.urls] Homepage = "https://github.com/HelgeGehring/femwell" Documentation = "https://HelgeGehring.github.io/femwell/"