summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 18e10cc..523333f 100644
--- a/setup.py
+++ b/setup.py
@@ -787,9 +787,6 @@ def get_project_configuration():
},
ext_modules=ext_modules,
package_data=package_data,
- data_files=[
- ('silx/third_party/_local/scipy_spatial/qhull', ['src/silx/third_party/_local/scipy_spatial/qhull/COPYING.txt'])
- ],
)