@@ -6,7 +6,7 @@ build-backend = "flit_scm:buildapi"
6
6
name = " pydra-nipype1"
7
7
description = " Tools for importing nipype 1.x interfaces into Pydra"
8
8
readme = " README.md"
9
- requires-python = " ~ =3.7"
9
+ requires-python = " > =3.7"
10
10
dependencies = [
11
11
" pydra >=0.6.2" ,
12
12
" nipype" ,
@@ -16,6 +16,9 @@ license = {file = "LICENSE"}
16
16
authors = [
17
17
{
name =
" Chris Markiewicz" ,
email =
" [email protected] " },
18
18
]
19
+ maintainers = [
20
+ {
name =
" Ghislain Vaillant" ,
email =
" [email protected] " },
21
+ ]
19
22
keywords = [
20
23
" pydra" ,
21
24
" nipype" ,
@@ -27,6 +30,7 @@ classifiers = [
27
30
" License :: OSI Approved :: Apache Software License" ,
28
31
" Operating System :: MacOS :: MacOS X" ,
29
32
" Operating System :: POSIX :: Linux" ,
33
+ " Programming Language :: Python :: 3" ,
30
34
" Topic :: Scientific/Engineering" ,
31
35
]
32
36
dynamic = [" version" ]
@@ -36,14 +40,6 @@ dev = [
36
40
" black" ,
37
41
" pre-commit" ,
38
42
]
39
- doc = [
40
- " packaging" ,
41
- " sphinx >=2.1.2" ,
42
- " sphinx_rtd_theme" ,
43
- " sphinxcontrib-apidoc ~=0.3.0" ,
44
- " sphinxcontrib-napoleon" ,
45
- " sphinxcontrib-versioning" ,
46
- ]
47
43
test = [
48
44
" pytest>=4.4.0" ,
49
45
" pytest-cov" ,
@@ -64,5 +60,5 @@ write_to = "pydra/tasks/nipype1/_version.py"
64
60
65
61
[tool .black ]
66
62
line-length = 99
67
- target-version = [" py37" , " py38 " ]
63
+ target-version = [" py37" ]
68
64
exclude = " _version.py"
0 commit comments