Skip to content

Commit a395b57

Browse files
committed
chore: add contributors as authors within pyproject.toml
1 parent 3b7367a commit a395b57

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ readme = "README.md"
1010
requires-python = ">=3.12"
1111
dependencies = []
1212

13+
authors = [
14+
{ name = "Craig Benham", email = "cjbenham@ucdavis.edu" },
15+
{ name = "Dina Zhabinskaya", email = "dzhabinskaya@ucdavis.edu" },
16+
{ name = "Sally Madden" },
17+
{ name = "Richard M. Fye" },
18+
{ name = "Victor Velasco-Berrelleza", email = "v.velascoberrelleza@sheffield.ac.uk" },
19+
{ name = "Jas Kalayan", email = "jas.kalayan@stfc.ac.uk" },
20+
{ name = "Sarah Harris", email = "sarah.harris@sheffield.ac.uk" },
21+
{ name = "James Gebbie-Rayet", email = "james.gebbie@stfc.ac.uk" },
22+
]
23+
1324
maintainers = [
1425
{ name = "Harry Swift", email = "harry.swift@stfc.ac.uk" },
1526
]

0 commit comments

Comments
 (0)