@@ -6,7 +6,7 @@ build-backend = "flit_scm:buildapi"
66name = " pydra-nipype1"
77description = " Tools for importing nipype 1.x interfaces into Pydra"
88readme = " README.md"
9- requires-python = " ~ =3.7"
9+ requires-python = " > =3.7"
1010dependencies = [
1111 " pydra >=0.6.2" ,
1212 " nipype" ,
@@ -16,6 +16,9 @@ license = {file = "LICENSE"}
1616authors = [
1717 {name = " Chris Markiewicz" , email = " markiewicz@stanford.edu" },
1818]
19+ maintainers = [
20+ {name = " Ghislain Vaillant" , email = " ghislain.vaillant@icm-institute.org" },
21+ ]
1922keywords = [
2023 " pydra" ,
2124 " nipype" ,
@@ -27,6 +30,7 @@ classifiers = [
2730 " License :: OSI Approved :: Apache Software License" ,
2831 " Operating System :: MacOS :: MacOS X" ,
2932 " Operating System :: POSIX :: Linux" ,
33+ " Programming Language :: Python :: 3" ,
3034 " Topic :: Scientific/Engineering" ,
3135]
3236dynamic = [" version" ]
@@ -36,14 +40,6 @@ dev = [
3640 " black" ,
3741 " pre-commit" ,
3842]
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- ]
4743test = [
4844 " pytest>=4.4.0" ,
4945 " pytest-cov" ,
@@ -64,5 +60,5 @@ write_to = "pydra/tasks/nipype1/_version.py"
6460
6561[tool .black ]
6662line-length = 99
67- target-version = [" py37" , " py38 " ]
63+ target-version = [" py37" ]
6864exclude = " _version.py"
0 commit comments