|
69 | 69 | =======
|
70 | 70 |
|
71 | 71 | Current documentation on nibabel can always be found at the `NIPY nibabel
|
72 |
| -website <https://nipy.github.io/nibabel>`_. |
| 72 | +website <http://nipy.org/nibabel>`_. |
73 | 73 |
|
74 | 74 | Mailing Lists
|
75 | 75 | =============
|
|
90 | 90 | * Downloads of all `available releases`_.
|
91 | 91 |
|
92 | 92 | .. _main repository: https://github.com/nipy/nibabel
|
93 |
| -.. _Documentation: https://nipy.github.io/nibabel |
| 93 | +.. _Documentation: http://nipy.org/nibabel |
94 | 94 | .. _current release: https://pypi.python.org/pypi/nibabel
|
95 | 95 | .. _current development version: https://github.com/nipy/nibabel/archive/master.zip
|
96 | 96 | .. _available releases: https://github.com/nipy/nibabel/releases
|
|
109 | 109 |
|
110 | 110 | # Main setup parameters
|
111 | 111 | NAME = 'nibabel'
|
112 |
| -MAINTAINER = "Matthew Brett, Michael Hanke and Eric Larson" |
113 |
| -MAINTAINER_EMAIL = "[email protected]" |
| 112 | +MAINTAINER = "Matthew Brett, Michael Hanke, Eric Larson, " \ |
| 113 | + "Chris Markiewicz" |
| 114 | +MAINTAINER_EMAIL = "[email protected]" |
114 | 115 | DESCRIPTION = description
|
115 | 116 | LONG_DESCRIPTION = long_description
|
116 |
| -URL = "https://nipy.github.io/nibabel" |
| 117 | +URL = "http://nipy.org/nibabel" |
117 | 118 | DOWNLOAD_URL = "https://github.com/nipy/nibabel"
|
118 | 119 | LICENSE = "MIT license"
|
119 | 120 | CLASSIFIERS = CLASSIFIERS
|
120 | 121 | AUTHOR = "Matthew Brett, Michael Hanke, Stephan Gerhard"
|
121 |
| -AUTHOR_EMAIL = "nipy-devel@neuroimaging.scipy.org" |
| 122 | +AUTHOR_EMAIL = "neuroimaging@python.org" |
122 | 123 | PLATFORMS = "OS Independent"
|
123 | 124 | MAJOR = _version_major
|
124 | 125 | MINOR = _version_minor
|
|
0 commit comments