From 3730011d7c75f4d67558d7207872d25d69d195cb Mon Sep 17 00:00:00 2001 From: Paul Andrey <paul.andrey@inria.fr> Date: Fri, 26 Jul 2024 12:18:52 +0200 Subject: [PATCH] Update setuptools package discovery. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 33a2332..e2aae64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -139,8 +139,8 @@ ignore-patterns = ["(.*_pb2.*py$)"] [tool.pylint.format] max-line-length = 79 -[tool.setuptools] -packages = ["declearn"] +[tool.setuptools.packages.find] +include = ["declearn", "declearn.*"] [tool.setuptools.package-data] declearn = ["py.typed"] -- GitLab