Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use distutils provided by setuptools
The distutils module provided by the stdlib has been deprecated in Python 3.10. This PR sets an env var that is read by setuptools which will shim its vendored copy of distutils if present avoiding a failure once distutils is removed from the stdlib. Signed-off-by: Jordan Borean <jborean93@gmail.com>
- Loading branch information