Skip to content

Commit 7dabf5b

Browse files
authored
Updated authors list in pyproject.toml (#96)
Signed-off-by: Loic Pottier <[email protected]>
1 parent 2cf6b9a commit 7dabf5b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pyproject.toml

+19
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ build-backend = "setuptools.build_meta"
66
name = "ams-wf"
77
version = "1.0"
88
requires-python = ">=3.9"
9+
maintainers = [
10+
{ name = "Konstantinos Parasyris", email = "[email protected]" },
11+
{ name = "Loic Pottier", email = "[email protected]" },
12+
{ name = "Robert C. Blake", email = "[email protected]" },
13+
]
14+
authors = [
15+
{ name = "Harsh Bhatia", email = "[email protected]" },
16+
{ name = "Tapasya A. Patki", email = "[email protected]" },
17+
{ name = "Stephanie Brink", email = "[email protected]" },
18+
{ name = "Loic Pottier", email = "[email protected]" },
19+
{ name = "Thomas M. Stitt", email = "[email protected]" },
20+
{ name = "Konstantinos Parasyris", email = "[email protected]" },
21+
{ name = "Daniel J. Milroy", email = "[email protected]" },
22+
{ name = "Daniel E. Laney", email = "[email protected]" },
23+
{ name = "Robert C. Blake", email = "[email protected]" },
24+
{ name = "Jae-Seung Yeom", email = "[email protected]" },
25+
{ name = "Peer-Timo Bremer", email = "[email protected]" },
26+
{ name = "Charles Doutriaux", email = "[email protected]" },
27+
]
928
classifiers = [
1029
"Development Status :: 3 - Alpha",
1130
"Operating System :: POSIX :: Linux",

0 commit comments

Comments
 (0)