Skip to content

Commit

Permalink
added subpackages
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza committed Mar 12, 2024
1 parent 4cfac8e commit 2ab7545
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ab7545

Please sign in to comment.