File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
1
[metadata]
2
- url = https://github.com/nipreps/sdcflows
3
2
author = The SDCflows developers
4
3
5
- maintainer = Oscar Esteban
6
- maintainer_email =
[email protected]
7
- description = Susceptibility Distortion Correction (SDC) workflows for EPI MR schemes.
8
- long_description = file:README.rst
9
- long_description_content_type = text/x-rst; charset=UTF-8
10
- license = Apache-2.0
11
4
classifiers =
12
5
Development Status :: 2 - Pre-Alpha
13
6
Intended Audience :: Science/Research
@@ -16,18 +9,27 @@ classifiers =
16
9
Programming Language :: Python :: 3.5
17
10
Programming Language :: Python :: 3.6
18
11
Programming Language :: Python :: 3.7
12
+ description = Susceptibility Distortion Correction (SDC) workflows for EPI MR schemes.
13
+ license = Apache-2.0
14
+ long_description = file:README.rst
15
+ long_description_content_type = text/x-rst; charset=UTF-8
16
+ project_urls =
17
+ Documentation = https://www.nipreps.org/sdcflows
18
+ GitHub = https://github.com/nipreps/sdcflows
19
+ fMRIPrep = https://fmriprep.readthedocs.io
20
+ url = https://www.nipreps.org/sdcflows
19
21
20
22
[options]
21
23
python_requires = >=3.5
22
24
setup_requires =
23
25
setuptools >=40.8
24
26
install_requires =
25
- nibabel >=2.4 .1
27
+ nibabel >=3.0 .1
26
28
niflow-nipype1-workflows ~= 0.0.1
27
- nipype >=1.3.1
28
- niworkflows ~= 1.1.4
29
+ nipype >=1.3.1,<2.0
30
+ niworkflows >= 1.1.4,<1.3
29
31
numpy
30
- pybids ~ = 0.9.2
32
+ pybids > = 0.9.2
31
33
templateflow >=0.4
32
34
test_requires =
33
35
codecov
You can’t perform that action at this time.
0 commit comments