Skip to content

Commit f954989

Browse files
committed
Fixed toml formatting.
1 parent f9f69bd commit f954989

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pyproject.toml

+3-7
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ build-backend = "setuptools.build_meta:__legacy__"
55
[project]
66
name = "nibabel"
77
description = "Access a multitude of neuroimaging data formats"
8-
authors = [
9-
{ name = "nibabel developers", email = "[email protected]" },
10-
]
11-
maintainers = [
12-
{ name = "Christopher Markiewicz" },
13-
]
8+
authors = [{ name = "NiBabel developers", email = "[email protected]" }]
9+
maintainers = [{ name = "Christopher Markiewicz" }]
1410
readme = "README.rst"
15-
license = { text="MIT License" }
11+
license = { text = "MIT License" }
1612
requires-python = ">=3.7"
1713
dependencies = ["numpy >=1.17", "packaging >=17", "setuptools"]
1814
classifiers = [

0 commit comments

Comments
 (0)