Migrating to a new wheel generation process using `python -m build`. `pyproject.toml` Generates a working installed module `kmerdb`.
This can be confirmed by running
python
$ python
>>>import kmerdb
Similarly, direct module invocation works fine, this minor release is bugged because of the `pyproject.toml`.
bash
python -m kmerdb -h