We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f69bd commit f954989Copy full SHA for f954989
pyproject.toml
@@ -5,14 +5,10 @@ build-backend = "setuptools.build_meta:__legacy__"
5
[project]
6
name = "nibabel"
7
description = "Access a multitude of neuroimaging data formats"
8
-authors = [
9
- { name = "nibabel developers", email = "neuroimaging@python.org" },
10
-]
11
-maintainers = [
12
- { name = "Christopher Markiewicz" },
13
+authors = [{ name = "NiBabel developers", email = "neuroimaging@python.org" }]
+maintainers = [{ name = "Christopher Markiewicz" }]
14
readme = "README.rst"
15
-license = { text="MIT License" }
+license = { text = "MIT License" }
16
requires-python = ">=3.7"
17
dependencies = ["numpy >=1.17", "packaging >=17", "setuptools"]
18
classifiers = [
0 commit comments