Skip to content

Commit

Permalink
MNT: Add nipype config
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Apr 6, 2020
1 parent abe803d commit f706501
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
include versioneer.py
include fitlins/data/*.json
include fitlins/data/*.tpl
2 changes: 2 additions & 0 deletions fitlins/data/nipype.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[execution]
crashfile_format = pklz
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ description-file = README.rst

[options]
packages = find:
include_package_data = True
python_requires = >=3.6
install_requires =
nibabel>=2.0
Expand Down Expand Up @@ -58,6 +57,7 @@ console_scripts =
fitlins =
data/*.json
data/*.tpl
data/nipype.cfg

[options.exclude_package_data]
* =
Expand Down

0 comments on commit f706501

Please sign in to comment.