microbiomedata / nmdc-ontology

Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Add Bill as an author in `pyproject.toml` #58

Open turbomam opened 5 months ago

turbomam commented 5 months ago

@wdduncan what email address should I use?

authors = [
  { name = "Author Name 1" },
  { name = "Author Name 2", email = "author2@example.com" }
]
wdduncan commented 5 months ago

You can use wdduncan@gmail.com

turbomam commented 5 months ago

no, that's not an acceptable format

authors = [
  "Bill Duncan <wdduncan@gmail.com>",
  "Mark A. Miller <MAM@lbl.gov>"
]