Add a pyproject.toml
Explicitly declares that this project uses setuptools to build
itself.
Modern versions of pip will warn for packages that don't declare
what the expected way to build them is.
(The version of wheel pinned from below here is simply to avoid
a macOS 11 bug in wheel).