This release makes some changes to the way codemetapy works:
* Instead of parsing pip output, the tool now uses importlib.metadata to query for metadata. As metadata is read after installation, this work regardless of how the metadata was initially specified (setup.yp, setup.cfg or pyproject.toml)
New features:
* Added an output file parameter (``-O``)
* Added an integration hook for setuptools, allowing users to add a codemeta command to setup.py
Fixes:
* Prevent duplicates in authors and other fields