We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d1e74 commit 87633ebCopy full SHA for 87633eb
.gitignore
@@ -105,3 +105,5 @@ lib/z.lib
105
#########################
106
lib/matplotlib/backends/web_backend/node_modules/
107
lib/matplotlib/backends/web_backend/package-lock.json
108
+
109
+LICENSE/LICENSE_QHULL
setup.py
@@ -93,6 +93,7 @@ def _download_qhull():
93
sha="b5c2d7eb833278881b952c8a52d20179eab87766b00b865000469a45c1838b7e",
94
dirname=f"qhull-{LOCAL_QHULL_VERSION}",
95
)
96
+ shutil.copyfile(toplevel / "COPYING.txt", "LICENSE/LICENSE_QHULL")
97
98
99
class BuildExtraLibraries(BuildExtCommand):
0 commit comments