Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fix: package path
Browse files Browse the repository at this point in the history
  • Loading branch information
esavary committed Mar 14, 2024
1 parent afdd6f8 commit e4b5b6f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
requires = ["hatchling", "hatch-vcs", "nipreps-versions"]
build-backend = "hatchling.build"


[project]
name = "eddymotion"
description = "Pure python eddy-current and head-motion correction for dMRI, an extension of QSIprep's SHOREline algorithm (Cieslak, 2020) to multiple diffusion models."
Expand Down Expand Up @@ -92,9 +93,9 @@ allow-direct-references = true
exclude = [".git_archival.txt"] # No longer needed in sdist

[tool.hatch.build.targets.wheel]
packages = ["eddymotion"]
packages = ["src/eddymotion"]
# exclude = [
# "sdcflows/tests/data", # Large test data directory
# "eddymotion/tests/data", # Large test data directory
# ]


Expand Down Expand Up @@ -162,7 +163,7 @@ omit = [
'*/tests/*',
'*/__init__.py',
'*/conftest.py',
'eddymotion/_version.py'
'src/eddymotion/_version.py'
]

[tool.coverage.report]
Expand Down

0 comments on commit e4b5b6f

Please sign in to comment.