Releases: proycon/codemetapy
Releases · proycon/codemetapy
v0.3.1
Minor bugfix release: do not reset entrypoints when chaining
v0.3.0
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
v0.2.2
Minor update to entrypoint extension: attempt to automatically read the docstring for each entrypoint and use it as a description for the entrypoint metadata
v0.2.1.1
(Minor rerelease without changes just to trigger a DOI on Zenodo)
v0.2.1
- better failure and exit code if identifier was not found in registry
v0.2.0
- Added some simple support for converting debian package metadata from apt show to codemeta (#1)
v0.1.5
Minor update release:
- Added
--with-orcid
parameter to generate placeholders for ORCIDs in author details (#2)
v0.1.3
- Added a
resolve()
function that resolves nodes that only have an @id
when such a node was previously introduced (not used internally yet)