@@ -109,9 +109,9 @@ def cmp_pkg_version(version_str, pkg_version_str=__version__):
109109This package provides read +/- write access to some common medical and
110110neuroimaging file formats, including: ANALYZE_ (plain, SPM99, SPM2 and later),
111111GIFTI_, NIfTI1_, NIfTI2_, MINC1_, MINC2_, MGH_ and ECAT_ as well as Philips
112- PAR/REC. We can read and write Freesurfer_ geometry, and read Freesurfer
113- morphometry and annotation files. There is some very limited support for
114- DICOM_. NiBabel is the successor of PyNIfTI_.
112+ PAR/REC. We can read and write FreeSurfer_ geometry, annotation and
113+ morphometry files. There is some very limited support for DICOM_. NiBabel is
114+ the successor of PyNIfTI_.
115115
116116.. _ANALYZE: http://www.grahamwideman.com/gw/brain/analyze/formatdoc.htm
117117.. _NIfTI1: http://nifti.nimh.nih.gov/nifti-1/
@@ -127,8 +127,9 @@ def cmp_pkg_version(version_str, pkg_version_str=__version__):
127127.. _Freesurfer: https://surfer.nmr.mgh.harvard.edu
128128.. _DICOM: http://medical.nema.org/
129129
130- The various image format classes give full or selective access to header (meta)
131- information and access to the image data is made available via NumPy arrays.
130+ The various image format classes give full or selective access to header
131+ (meta) information and access to the image data is made available via NumPy
132+ arrays.
132133
133134Website
134135=======
@@ -145,15 +146,19 @@ def cmp_pkg_version(version_str, pkg_version_str=__version__):
145146Code
146147====
147148
148- You can find our sources and single-click downloads :
149+ Install nibabel with: :
149150
150- * `Main repository`_ on Github;
151- * Documentation_ for all releases and current development tree;
152- * Download the `current release`_ from pypi;
153- * Download `current development version`_ as a zip file;
154- * Downloads of all `available releases`_.
151+ pip install nibabel
155152
156- .. _main repository: https://github.com/nipy/nibabel
153+ You may also be interested in:
154+
155+ * the `nibabel code repository`_ on Github;
156+ * documentation_ for all releases and current development tree;
157+ * download the `current release`_ from pypi;
158+ * download `current development version`_ as a zip file;
159+ * downloads of all `available releases`_.
160+
161+ .. _nibabel code repository: https://github.com/nipy/nibabel
157162.. _Documentation: http://nipy.org/nibabel
158163.. _current release: https://pypi.python.org/pypi/nibabel
159164.. _current development version: https://github.com/nipy/nibabel/archive/master.zip
@@ -162,9 +167,9 @@ def cmp_pkg_version(version_str, pkg_version_str=__version__):
162167License
163168=======
164169
165- Nibabel is licensed under the terms of the MIT license. Some code included with
166- nibabel is licensed under the BSD license. Please see the COPYING file in the
167- nibabel distribution.
170+ Nibabel is licensed under the terms of the MIT license. Some code included
171+ with nibabel is licensed under the BSD license. Please see the COPYING file
172+ in the nibabel distribution.
168173"""
169174
170175# versions for dependencies. Check these against:
@@ -184,7 +189,7 @@ def cmp_pkg_version(version_str, pkg_version_str=__version__):
184189DOWNLOAD_URL = "https://github.com/nipy/nibabel"
185190LICENSE = "MIT license"
186191CLASSIFIERS = CLASSIFIERS
187- AUTHOR = "Matthew Brett, Michael Hanke, Stephan Gerhard "
192+ AUTHOR = "nibabel developers "
188193AUTHOR_EMAIL = "neuroimaging@python.org"
189194PLATFORMS = "OS Independent"
190195MAJOR = _version_major
0 commit comments