Thanks to visit codestin.com Credit goes to github.com
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 b5a3146 commit 94e8196Copy full SHA for 94e8196
.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
@@ -92,6 +92,7 @@ def _download_qhull():
92
sha="b5c2d7eb833278881b952c8a52d20179eab87766b00b865000469a45c1838b7e",
93
dirname=f"qhull-{LOCAL_QHULL_VERSION}",
94
)
95
+ shutil.copyfile(toplevel / "COPYING.txt", "LICENSE/LICENSE_QHULL")
96
97
98
class BuildExtraLibraries(BuildExtCommand):
0 commit comments