Building from sourceΒΆ

The recommended way to build from source is via tox:

tox -e build

As well as building the sdist and wheel this will check them for common errors, such as missing files or potential rendering issues on PyPI.

The output files will be in the dist directory.

If you wish, you may also use pep517.build or another PEP 517-compatible build tool.