Skip to content

v0.7.1alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@MatthewRalston MatthewRalston released this 28 Dec 22:18
· 12 commits to pyprojecttoml_build_twine since this release

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
>>>import kmerdb

Similarly, direct module invocation works fine, this minor release is bugged because of the pyproject.toml.

python -m kmerdb -h