iris
iris copied to clipboard
Adapt to the latest setuptools editable configuration.
🚀 Pull Request
Description
See the release log for setuptools v64. Basically self.build_lib is no longer a reliable way of telling whether we are doing a build or an in-place install, but setuptools now provides self.editable_mode so we can use that instead.