File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
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
6
5
7
6
# nipy version information. An empty _version_extra corresponds to a
8
7
# full release. '.dev' as a _version_extra string means this is a development
@@ -102,14 +101,6 @@ def get_nipype_gitversion():
102
101
* share your processing workflows with the community
103
102
"""
104
103
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
-
113
104
# versions
114
105
NIBABEL_MIN_VERSION = '2.0.1'
115
106
NETWORKX_MIN_VERSION = '1.7'
You can’t perform that action at this time.
0 commit comments