Materials-Data-Science-and-Informatics / somesy

A CLI tool for synchronizing software project metadata
https://materials-data-science-and-informatics.github.io/somesy/main/
MIT License
12 stars 2 forks source link

contribution type accept list #15

Closed mustafasoylu closed 1 year ago

mustafasoylu commented 1 year ago

The person class of project metadata only accepts a string for contribution type. This PR updates the pydantic class of Person to accept both a string and a list of strings. Since this field is not used for either CFF or pyproject outputs, only the input class is updated.