We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9654e commit f8c966bCopy full SHA for f8c966b
1 file changed
pyproject.toml
@@ -5,7 +5,12 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "bids2table"
7
dynamic = ["version"]
8
-authors = [{ name = "Connor Lane", email = "connor.lane858@gmail.com" }]
+authors = [
9
+ { name = "Connor Lane", email = "connor.lane858@gmail.com" },
10
+ { name = "Jason Kai" },
11
+ { name = "Florian Rupprecht" },
12
+ { name = "Gregory Kiar" }
13
+]
14
description = "Index BIDS datasets fast, locally or in the cloud."
15
readme = "README.md"
16
requires-python = ">=3.11"
0 commit comments