Skip to content

Use `build` instead of calling setup.py to build PyPI artifacts

Nicolas Dandrimont requested to merge feature/use-build-instead-of-setuppy into master

This allows migration to any PEP 517-compliant build backend, in the future. direct calls to setup.py have been deprecated for a while now.

This is a followup to !179 (merged)

Merge request reports