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 (#2518)
* 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 with dirs_exist_ok=True as pyhf supports Python 3.8+.
- Loading branch information