@@ -70,27 +70,26 @@ def get_nipype_gitversion():
70
70
# Note: this long_description is actually a copy/paste from the top-level
71
71
# README.txt, so that it shows up nicely on PyPI. So please remember to edit
72
72
# it only in one place and sync it correctly.
73
- long_description = \
74
- """
73
+ long_description = """\
75
74
========================================================
76
75
NIPYPE: Neuroimaging in Python: Pipelines and Interfaces
77
76
========================================================
78
77
79
- Current neuroimaging software offer users an incredible opportunity to
80
- analyze data using a variety of different algorithms. However, this has
81
- resulted in a heterogeneous collection of specialized applications
78
+ Current neuroimaging software offer users an incredible opportunity to \
79
+ analyze data using a variety of different algorithms. However, this has \
80
+ resulted in a heterogeneous collection of specialized applications \
82
81
without transparent interoperability or a uniform operating interface.
83
82
84
- *Nipype*, an open-source, community-developed initiative under the
85
- umbrella of NiPy_, is a Python project that provides a uniform interface
86
- to existing neuroimaging software and facilitates interaction between
87
- these packages within a single workflow. Nipype provides an environment
88
- that encourages interactive exploration of algorithms from different
89
- packages (e.g., AFNI, ANTS, BRAINS, BrainSuite, Camino, FreeSurfer, FSL, MNE,
90
- MRtrix, MNE, Nipy, Slicer, SPM), eases the design of workflows within and
91
- between packages, and reduces the learning curve necessary to use different
92
- packages. Nipype is creating a collaborative platform for neuroimaging software
93
- development in a high-level language and addressing limitations of existing
83
+ *Nipype*, an open-source, community-developed initiative under the \
84
+ umbrella of NiPy_, is a Python project that provides a uniform interface \
85
+ to existing neuroimaging software and facilitates interaction between \
86
+ these packages within a single workflow. Nipype provides an environment \
87
+ that encourages interactive exploration of algorithms from different \
88
+ packages (e.g., AFNI, ANTS, BRAINS, BrainSuite, Camino, FreeSurfer, FSL, MNE, \
89
+ MRtrix, MNE, Nipy, Slicer, SPM), eases the design of workflows within and \
90
+ between packages, and reduces the learning curve necessary to use different \
91
+ packages. Nipype is creating a collaborative platform for neuroimaging software \
92
+ development in a high-level language and addressing limitations of existing \
94
93
pipeline systems.
95
94
96
95
*Nipype* allows you to:
0 commit comments