8000 Merge pull request #28 from ghisvail/mnt/flit-fixes · nipype/pydra-nipype1@1ace5ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ace5ea

Browse files
authored
Merge pull request #28 from ghisvail/mnt/flit-fixes
[MNT] Update project metadata
2 parents 8d1a78e + 8ff0339 commit 1ace5ea

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

pyproject.toml

-10Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_scm:buildapi"
66
name = "pydra-nipype1"
77
description = "Tools for importing nipype 1.x interfaces into Pydra"
88
readme = "README.md"
9-
requires-python = "~=3.7"
9+
requires-python = ">=3.7"
1010
dependencies = [
1111
"pydra >=0.6.2",
1212
"nipype",
@@ -16,6 +16,9 @@ license = {file = "LICENSE"}
1616
authors = [
1717
{name = "Chris Markiewicz", email = "markiewicz@stanford.edu"},
1818
]
19+
maintainers = [
20+
{name = "Ghislain Vaillant", email = "ghislain.vaillant@icm-institute.org"},
21+
]
1922
keywords = [
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
]
3236
dynamic = ["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-
]
4743
test = [
4844
"pytest>=4.4.0",
4945
"pytest-cov",
@@ -64,5 +60,5 @@ write_to = "pydra/tasks/nipype1/_version.py"
6460

6561
[tool.< 48D2 span class="pl-en">black]
6662
line-length = 99
67-
target-version = ["py37", "py38"]
63+
target-version = ["py37"]
6864
exclude = "_version.py"

0 commit comments

Comments
 (0)
0