From 2ab75455f16c6efa64d002a32b09ca9cb98d70e9 Mon Sep 17 00:00:00 2001 From: Reza Date: Mon, 11 Mar 2024 17:39:11 -0700 Subject: [PATCH 1/2] added subpackages --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2520cfb..d26c9ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,14 @@ pyalfe = ["*.ini"] "pyalfe.templates" = ["oasis/*.nii.gz"] [tool.setuptools] -packages = ["pyalfe"] +packages = [ + "pyalfe", + "pyalfe.intefaces", + "pyalfe.models", + "pyalfe.tasks", + "pyalfe.tools", + "pyalfe.utils" +] [tool.ruff] line-length = 88 From 26ccdeb064244809b8e92a102bccce78aa1011b5 Mon Sep 17 00:00:00 2001 From: Reza Date: Mon, 11 Mar 2024 17:43:21 -0700 Subject: [PATCH 2/2] fixed typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d26c9ff..e010e4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pyalfe = ["*.ini"] [tool.setuptools] packages = [ "pyalfe", - "pyalfe.intefaces", + "pyalfe.interfaces", "pyalfe.models", "pyalfe.tasks", "pyalfe.tools",