Skip to content

Commit 9bad2ad

Browse files
committed
enh: use new DerivativesDataSink from NiWorkflows 1.2.0
1 parent 2585c87 commit 9bad2ad

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

setup.cfg

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@ packages = find:
4545
exclude =
4646
*.tests
4747

48+
[options.package_data]
49+
dmriprep =
50+
VERSION
51+
config/reports-spec.yml
52+
data/boilerplate.bib
53+
data/flirtsch/*.cnf
54+
data/tests/config.toml
55+
data/tests/THP/*
56+
data/tests/THP/sub-THP0005/anat/*
57+
data/tests/THP/sub-THP0005/dwi/*
58+
4859
[options.exclude_package_data]
4960
* = tests
5061

@@ -83,17 +94,6 @@ all =
8394
%(popylar)s
8495
%(tests)s
8596

86-
[options.package_data]
87-
dmriprep =
88-
VERSION
89-
config/reports-spec.yml
90-
data/boilerplate.bib
91-
data/flirtsch/*.cnf
92-
data/tests/config.toml
93-
data/tests/THP/*
94-
data/tests/THP/sub-THP0005/anat/*
95-
data/tests/THP/sub-THP0005/dwi/*
96-
9797
[options.entry_points]
9898
console_scripts =
9999
dmriprep=dmriprep.cli.run:main

0 commit comments

Comments
 (0)