proycon / codemetapy

A Python package for generating and working with codemeta
https://codemeta.github.io/
GNU General Public License v3.0
24 stars 5 forks source link

Feature request: codemetapy does not extract maintainer from package.json or pyproject.toml #44

Closed apirogov closed 11 months ago

apirogov commented 1 year ago

package.json has a maintainers list, also both the PEP-compliant and poetry-based pyproject.toml have support to list project maintainers, which is quite important information.

codemeta apparently also has a maintainer field: https://codemeta.github.io/user-guide/

Would be nice if it would use e.g. the first maintainer from the list and add as the codemeta (don't know what codemeta allows, but actually being able to list all maintainers would be even better).

proycon commented 11 months ago

Agreed, these should be used, and multiple maintainers are possible.

proycon commented 11 months ago

Implemented and released (v2.5.1)