Skip to content

Commit bcc21b7

Browse files
committed
chore(layout): Adopt src/ layout
1 parent 53b09e2 commit bcc21b7

File tree

71 files changed

+4
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ allow-direct-references = true
8282
exclude = [".git_archival.txt"] # No longer needed in sdist
8383

8484
[tool.hatch.build.targets.wheel]
85-
packages = ["smriprep"]
85+
packages = ["src/smriprep"]
8686
exclude = [
87-
"smriprep/data/tests/work", # Large test data directory
87+
"src/smriprep/data/tests/work", # Large test data directory
8888
]
8989

9090
## The following two sections configure setuptools_scm in the hatch way
@@ -93,7 +93,7 @@ exclude = [
9393
source = "vcs"
9494

9595
[tool.hatch.build.hooks.vcs]
96-
version-file = "smriprep/_version.py"
96+
version-file = "src/smriprep/_version.py"
9797

9898
#
9999
# Developer tool configurations
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)