Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle DISTUTILS_DEBUG environment variable (#55)
This variable causes setuptools/distutils to output more information to stdout than this extension is expecting to parse. Rather than update the parser to handle it, it's far more simple to simply suppress the verbose output during the calls which try to parse output.
- Loading branch information