Skip to content

Commit 7e12a12

Browse files
authored
chore: update pyproject authors and add CITATION.cff (#589)
* chore: update pyproject authors and add CITATION.cff - Replace individual authors with Mellea Contributors team - Add CITATION.cff with founding authors for academic citation Closes #584 Part of #453 Signed-off-by: Alex Bozarth <ajbozart@us.ibm.com> * chore: remove CITATION.cff file Based on PR review feedback, removing CITATION.cff as GitHub's built-in citation feature is sufficient and avoids the complexity of determining original authors. Signed-off-by: Alex Bozarth <ajbozart@us.ibm.com> --------- Signed-off-by: Alex Bozarth <ajbozart@us.ibm.com>
1 parent 833fece commit 7e12a12

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,7 @@ build-backend = "pdm.backend"
66
name = "mellea"
77
version = "0.3.2"
88
authors = [
9-
{ name = "Nathan Fulton", email = "nathan@ibm.com" },
10-
{ name = "Hendrik Strobelt", email = "hendrik.strobelt@ibm.com" },
11-
{ name = "Avinash Balakrishnan", email = "avinash.bala@us.ibm.com" },
12-
{ name = "Elron Bandel", email = "elron.bandel@ibm.com" },
13-
{ name = "Masataro Asai", email = "masataro.asai@ibm.com" },
14-
{ name = "Supriya Lall", email = "supriya.lall@partner.ibm.com" },
15-
{ name = "Xiaojie Guo", email = "xiaojie.guo@ibm.com" },
16-
{ name = "Jake LoRocco", email = "jake.lorocco@ibm.com" },
17-
{ name = "Ja Young Lee", email = "Ja.Young.Lee@ibm.com" },
9+
{ name = "Mellea Contributors", email = "melleaadmin@ibm.com" },
1810
]
1911
description = "mellea is a library for writing generative programs"
2012
readme = "README.md"

0 commit comments

Comments
 (0)