-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
93 add additional authors to toml and cff (#94)
* Added all contributors as authors in pyproject.toml * Added all contributors as authors in CITATION.cff * Corrected license in CITATION.cff * Corrected spelling of author names
- Loading branch information
1 parent
f105caf
commit 30343d2
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,14 @@ dynamic = ["version"] | |
description = "A plugin for NOMAD containing base sections for material processing." | ||
readme = "README.md" | ||
authors = [ | ||
{ name = "Sarthak Kapoor", email = '[email protected]' }, | ||
{ name = "Hampus Näsström", email = '[email protected]' }, | ||
{ name = "Andrea Albino", email = '[email protected]' }, | ||
{ name = "Sebastian Brückner", email = '[email protected]' }, | ||
{ name = "Michael Götte" }, | ||
{ name = "Ahmed Ilyas" }, | ||
{ name = "Sarthak Kapoor", email = '[email protected]' }, | ||
{ name = "José A. Márquez", email = '[email protected]' }, | ||
{ name = "Hampus Näsström", email = '[email protected]' }, | ||
{ name = "Markus Scheidgen" }, | ||
] | ||
license = { file = "LICENSE" } | ||
dependencies = [ | ||
|