From 5f64e9043bfc0bc09752157e362a426bbca0b70c Mon Sep 17 00:00:00 2001 From: glopesdev Date: Wed, 3 Jul 2024 12:18:35 +0100 Subject: [PATCH] Ensure all aeon submodules included in wheel --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 458227fd..720ee826 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,8 +75,8 @@ Repository = "https://github.com/sainsburyWellcomeCentre/aeon_mecha" Documentation = "https://sainsburywellcomecentre.github.io/aeon_docs/" DataJoint = "https://docs.datajoint.org/" -[tool.setuptools] -packages = ["aeon"] +[tool.setuptools.packages.find] +include = ["aeon*"] [tool.black] line-length = 108