File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 2
2
settings in setup.py, the nipy top-level docstring, and for building the
3
3
docs. In setup.py in particular, we exec this file, so it cannot import nipy
4
4
"""
5
+ from .due import due , Doi
5
6
6
7
# nipy version information. An empty _version_extra corresponds to a
7
8
# full release. '.dev' as a _version_extra string means this is a development
@@ -101,6 +102,14 @@ def get_nipype_gitversion():
101
102
* share your processing workflows with the community
102
103
"""
103
104
105
+ # Use duecredit (duecredit.org) to provide a citation to relevant work to
106
+ # be cited. This does nothing, unless the user has duecredit installed,
107
+ # And calls this with duecredit (as in `python -m duecredit script.py`):
108
+ due .cite (Doi ("10.3389/fninf.2011.00013" ),
109
+ description = "A flexible, lightweight and extensible neuroimaging data"
110
+ " processing framework in Python" ,
111
+ tags = ["nipype" ],)
112
+
104
113
# versions
105
114
NIBABEL_MIN_VERSION = '2.0.1'
106
115
NETWORKX_MIN_VERSION = '1.7'
You can’t perform that action at this time.
0 commit comments