antarcticrainforest
released this
29 Aug 00:03
·
31 commits
to main
since this release
Highlights:
This release marks a significant shift in our build system, transitioning from setup.py
to pyproject.toml
. This streamlined approach leverages flit
for efficient package management and dependency resolution. To ensure robust testing practices, we've integrated tox into our development workflow. This allows for running tests across various Python environments, enhancing test coverage and compatibility.
Breaking Changes:
The build system now relies on pyproject.toml
and flit
. Existing projects using setup.py will require adjustments to build and install the package.
Testing:
To run tests use:
tox