v0.7.1alpha
Pre-release
Pre-release
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