The v0.7.1 release comes with a new structure of the project. Now, rounder
uses the build-based backend which uses a
pyproject.tomlfile instead of
setup.py. The structure also integrates
doctestwith
pytest, so now
pytestruns all the
pytestand
doctest` tests, also from documentation files.