Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use shutil.copytree over setuptools._distutils
* As setuptools is not the build backend there should be no reliance on setuptools or distutils for use. This exchanges setuptools._distutils.dir_util.copy_tree for shutil.copytree as pyhf supports Python 3.8+.
- Loading branch information